Dan Janosik
26e282a06e
dependencies
2025-08-24 11:30:00 -04:00
Dan Janosik
8ed77ab225
v3.5.1
...
Fix #745
2025-07-02 10:45:02 -04:00
Dan Janosik
0706dd5050
remove vulnerable npm-run-all; update css
2024-11-18 10:04:28 -05:00
Dan Janosik
4b9bf30a5f
upgrade zeromq
2024-11-17 19:31:21 -05:00
Dan Janosik
7c0846dfdb
dependencies
2024-10-04 14:50:53 -04:00
Dan Janosik
ffd802288d
dependencies
2024-08-16 10:15:05 -04:00
Dan Janosik
9b541a5e2f
dependencies
2024-08-14 14:34:27 -04:00
Dan Janosik
e484230634
-add rate limiting (for demo server getting hammered)
...
-update dependencies
2024-08-12 11:55:08 -04:00
Dan Janosik
84e7447397
updated dependencies; updated miners
2023-12-29 13:20:34 -05:00
Dan Janosik
2e3797ef86
updated dependencies
...
fixes vulnerability in unused sharp package
2023-12-05 12:12:29 -05:00
Dan Janosik
bb10afde8e
updated bootstrap
2023-11-08 11:56:43 -05:00
Dan Janosik
92f7290ca2
make sure we have the latest crypto-js
2023-11-06 15:44:05 -05:00
Dan Janosik
172fbd99a3
dependencies
2023-07-28 21:43:40 -04:00
Dan Janosik
b14c59c424
always run "integrity" after generating new css
2023-06-13 11:35:18 -04:00
Dan Janosik
6d0868e8c6
prepping for release
...
issue #545
2023-06-09 09:30:20 -04:00
Dan Janosik
fec8579706
updated chart.js
2023-05-03 11:48:43 -04:00
Dan Janosik
4e497cfac3
shrinkwrap
2023-05-02 13:23:38 -04:00
Dan Janosik
f365db78a6
update redis to latest (major version bump with promises)
2023-05-02 12:28:05 -04:00
Dan Janosik
738f056fc6
updated dependency lru-cache
2023-04-28 11:05:04 -04:00
Dan Janosik
ae3215571a
bootstrap v5.1.3->v5.2.3
...
updated shrinkwrap; rebuild css with integrity hashes
2023-04-18 09:53:23 -04:00
Dan Janosik
8eef8cbb0a
Drop "bitcoin-core" RPC client in favor of jayson
...
For a while this project used a fork of ruimarinho/bitcoin-core (the Bitcoin RPC project recommended on an old wiki: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC) ). Our fork had some minor lint cleanup and updates to some very old dependencies. The upstream project is barely maintained and continues to depend on other libraries with known vulnerabilities. Rather than try to update the fork, this change switches to the jayson RPC library, which is general-purpose rather than bitcoin-specific, is more widely deployed, is better maintained, and lacks vulnerable, old dependencies.
2023-03-31 12:09:53 -04:00
Dan Janosik
ee055782c4
Session-related changes:
...
-use prod-ready MemoryStore
-support for setting site_domain and secure_site which affect the session cookie
2023-03-31 10:51:17 -04:00
Dan Janosik
b2dae046bb
add bs58check explicitly
2023-03-24 16:56:17 -04:00
Dan Janosik
9a9890edc8
updated dependencies
2023-03-22 14:56:23 -04:00
Dan Janosik
17cbb96bc1
add eslint; shrinkwrap; bump min node.js version in readme (required by update to lru-cache)
2023-03-21 15:25:09 -04:00
Dan Janosik
3330ca4b98
updated dependencies
...
this includes major version update of bitcoinjs-lib, which requires addition of bip32 package and tiny-secp256k1
2023-03-21 14:45:27 -04:00
Dan Janosik
5264d42c27
moving toward release prep...
2023-01-20 16:56:03 -05:00
Dan Janosik
ab2442534c
style changes:
...
-updated dark theme (less vibrant blues)
-minor cleanup of themes
-theme toggling improvements
-rename css files to .min.css for semantic accuracy
2023-01-20 16:55:29 -05:00
Dan Janosik
a6bb91a7fe
updated dependencies
2022-11-03 23:45:42 -04:00
Dan Janosik
db3a3d46e5
updated dependency: major version update for lru-cache
...
https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md#v7---2022-02
2022-09-23 10:27:36 -04:00
Dan Janosik
848b4813ae
update/cleanup dependencies
2022-06-21 20:28:42 -04:00
Dan Janosik
251fc406fa
Fix #443
...
Update s3 util library to not do any S3-related initialization if S3 is unused
2022-05-18 22:20:08 -04:00
Dan Janosik
992ffa0a95
minor dependency cleanup
2022-05-02 15:51:34 -04:00
Dan Janosik
ef8e589d81
Misc:
...
-switch from fontawesome to bootstrap icons (FA is too heavy)
-url change: /mining-template -> /next-block
-/node-details: split out interfaces into separate section; split out upload/download
-new fun item: value burned in OP_RETURN output
-reorganize img files
-minor ui/text tweaks
2022-04-29 17:46:48 -04:00
Dan Janosik
202f275f63
If s3-backed CDN is configured, set cache control, max-age=10y
2022-04-28 23:26:15 -04:00
Dan Janosik
5740b0572b
Various frontend asset changes
...
-support for accessing resources via a configurable CDN (probably cloudfront, backed by S3, as I plan to use for the public demo site)
-move resource integrity hashes into a single file (generated by "npm run integrity") for easier maintenance
-cleanup some startup logic
-more updated dependencies
2022-04-28 22:44:03 -04:00
Dan Janosik
87a39ebd2c
updated dependencies; preparatory work for zmq on incoming txs
2022-04-24 16:51:55 -04:00
Dan Janosik
86eb2be33d
3.3.0
2021-12-07 13:30:45 -05:00
Dan Janosik
40a778a445
updated dependencies; cleanup deprecated dev dependency node-sass (in favor of "sass")
2021-12-02 19:12:07 -05:00
Dan Janosik
fc8e4a2678
bootstrap css: v5.0.2 -> v5.1.3; other minor style/markup cleanup
2021-11-27 00:08:42 -05:00
Dan Janosik
30e3bd555b
homepage cleanup; changelog update; dependencies
2021-10-28 22:19:33 -04:00
Dan Janosik
a88cea557e
minor tweaks
2021-09-27 15:41:22 -04:00
Dan Janosik
2a81db5549
drop deprecated "request" in favor of "axios"
2021-08-31 14:54:10 -04:00
Dan Janosik
0e4ff45d75
3.2.0
2021-08-10 13:22:39 -04:00
Dan Janosik
9be8976c9c
Revert "bootstrap: v5.0.2 -> v5.1.0"
...
This reverts commit 026641f52a .
Testing showed that 5.1.0 bootstrap JS is breaking the clipboard tooltips. Will investigate later.
2021-08-04 23:04:20 -04:00
Dan Janosik
026641f52a
bootstrap: v5.0.2 -> v5.1.0
2021-08-04 17:19:46 -04:00
Dan Janosik
ba9c17d310
Merge remote-tracking branch 'origin/master' into master
2021-07-29 09:20:11 -04:00
Dan Janosik
5706029c38
cleanup taproot/bech32m support
2021-07-29 09:19:30 -04:00
Dan Janosik
5dad6b3f96
-chart.js: v3.2.1 -> v3.5.0
...
-fix for date graphs on /admin/os-stats
2021-07-26 11:44:53 -04:00
Dan Janosik
a09cbcbed4
updated dependencies; shrinkwrap
2021-07-22 13:30:45 -04:00