Commit graph

187 commits

Author SHA1 Message Date
Dan Janosik
4647d365a3
updated miner configs 2025-06-23 10:05:49 -04:00
Dan Janosik
0706dd5050
remove vulnerable npm-run-all; update css 2024-11-18 10:04:28 -05:00
Dan Janosik
f9fc4bda07
block api from crawlers 2024-11-11 10:45:05 -05:00
Dan Janosik
4fc15aa9a9
homepage: live halving countdown section when very close (98%+) 2024-04-19 11:51:18 -04:00
Dan Janosik
84e7447397
updated dependencies; updated miners 2023-12-29 13:20:34 -05:00
Dan Janosik
704a115143
fix display of JSON-data boxes 2023-12-29 13:18:18 -05:00
Dan Janosik
ead2d6311b
new fun items; updated miners; new quote;
special thanks to the prolific Jameson Lopp for all of his work "mining" bitcoin's history for valuable info
2023-11-13 10:42:24 -05:00
Dan Janosik
9f3c2debaf
remove old LTC miner config 2023-11-08 11:58:52 -05:00
Dan Janosik
61d6303319
remove 3 probably false-positive Patoshi-tagged blocks
ref: https://github.com/janoside/btc-rpc-explorer/discussions/465
2023-11-08 11:57:34 -05:00
Dan Janosik
bb10afde8e
updated bootstrap 2023-11-08 11:56:43 -05:00
Dan Janosik
9ed175279a
miner id update 2023-11-06 15:41:18 -05:00
Dan Janosik
ce934839ec
color tweak 2023-06-13 12:54:50 -04:00
Dan Janosik
7055e0f998
visual tweaks to tx list separator 2023-06-13 12:48:54 -04:00
Dan Janosik
bef2c202e8
fix for flickering BS tooltips 2023-06-13 11:45:08 -04:00
Dan Janosik
61aec00bd8
css updates/fixes after upgrade to BS v5.3 2023-06-13 11:44:28 -04:00
Dan Janosik
0549ab742c
minor miners update 2023-06-09 09:29:18 -04:00
Dan Janosik
104b3699ae
css updated to bootstrap 5.3 2023-06-08 15:46:28 -04:00
Dan Janosik
b28c6dc3b8
miner id updates 2023-05-03 15:47:29 -04:00
Dan Janosik
fec8579706
updated chart.js 2023-05-03 11:48:43 -04:00
Dan Janosik
3d21c12f87
homepage: progress bar for difficulty adjustment timeline
dark bg for progress bar in dark theme
2023-04-28 11:52:13 -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
29fca9988a
Backup implementation of text copying
Fixes #373
2023-03-31 12:56:32 -04:00
Dan Janosik
b66102cd28
updated miner ids 2023-03-21 16:52:25 -04:00
Dan Janosik
74ff14a012
tweak headings on dark theme 2023-01-23 11:43:20 -05:00
Dan Janosik
61ffdea9bb
updated miner-id configs 2023-01-20 16:56:17 -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
81b40559d3
Fix #487
Fix global install relative-path issue
2023-01-20 12:39:04 -05:00
Dan Janosik
576ea7db88
updated mining pool configs 2022-12-09 11:29:52 -05:00
Dan Janosik
3322e2d8c5
updated miners 2022-11-03 22:59:30 -04:00
Dan Janosik
195043b5f8
highlight.js: v10.7.1 -> v11.6.0 2022-11-03 18:40:32 -04:00
Dan Janosik
6b2376caa5
fix bootstrap-icons integrity attribute 2022-09-26 09:43:10 -04:00
Dan Janosik
c495de099c
bootstrap-icons: v1.8 -> v1.9.1 2022-09-26 09:24:35 -04:00
Dan Janosik
68cd55c853
refresh miner ids 2022-09-23 15:14:49 -04:00
Dan Janosik
1c01917962
updated miner identifications 2022-05-01 11:54:16 -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
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
18d737f062
minor ui cleanup 2022-04-24 16:00:18 -04:00
Dan Janosik
ccfcf83697
updated screenshots 2021-12-07 14:07:33 -05:00
Dan Janosik
a678c8a6a9
-more styling tweaks/cleanup/consistency
-new fun item showing example of future-dated timelock (coinbase) tx
-special-case code for mainnet genesis coinbase tx, to avoid indicating that satoshi spent these unspendable coins
-tx details: skip displaying locktime when it's meaningless (the raw data is in the json if anyone wants it); show additional info about locktime meaning
-tx details: show byte-size in addition to vByte size, if applicable
-fix for recently broken donut chart on /mining-summary
-changelog
2021-12-06 16:43:10 -05:00
Dan Janosik
599412e688
misc:
-styling tweaks: different color for "summary titles" for more visual separation; tighten up spacing a little bit; tweak page titles (esp long subtitles); block page header: move buttons to side rather than bumping whole page down;
-better and more consistent use of hexDataDisplay mixin (as well as simplifying its params)
-add copy-hex button to hex displays
-homepage: more decimals for mined supply number (since we're just about to pass 90% I want a little more fidelity right now)
-tools page tweak (doesn't matter since that page isn't linked anywhere...)
-updated changelog
2021-12-04 23:12:18 -05:00
Dan Janosik
a99d76c847
logo files, prepping for umbrel update 2021-12-03 15:53:35 -05:00
Dan Janosik
eea1274cc1
updated chart.js 2021-12-02 23:47:40 -05:00
Dan Janosik
c7d671f957
updated bootstrap js 2021-12-02 19:21:25 -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
c275b1ca97
updated miner configs 2021-11-30 20:05:29 -05:00
Dan Janosik
cd19f011d7
fix for alert-info in dark theme; ux cleanup 2021-11-28 14:16:59 -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
83bd914def
crawler-related tweaks:
the demo site was getting slammed by yandex recently - these changes are designed to reduce the impact of crawling by degrading functionality when we identify that the page is to be served to a crawler
2021-11-10 22:33:56 -05:00
Dan Janosik
ceb99aca71
misc:
-live theme toggling
-fix for tooltips in homepage "next block" section
-tweak dark theme success alerts
2021-11-04 09:39:00 -04:00
Dan Janosik
8fda347606
change favicon based on active network
Fixes #378
2021-10-28 15:46:39 -04:00