git log --no-merges v0.0.7..v0.0.8
for a detailed list of changesgetblock
cachinggetblcokheader
rather than getblock
in the TX details pageMany thanks to Axel Gembe (@EchterAgo) for all the work he has done to improve the performance of the explorer so that it could be used also for BCH scalenet.
10f0ca9
Disable stack logging by default. (Dan Janosik)4916dd1
more detailed network info on /node-status (Dan Janosik)009dd45
testnet support from blockchair (Dan Janosik)610d0a5
Updated frontend dependencies: (Dan Janosik)3156888
Escape search query printed in user alert message (Dan Janosik)f34c2fd
Restructure the list of API providers (#19) (Andrea Suisani)c98b63a
Update mining pools data (#18) (Andrea Suisani)1c41930
Bump package version to 0.0.3 (#17) (Andrea Suisani)2c41038
no coinbase in average fee (#16) (Proteus)5e40488
Add 2 more URLs in the "Related Sites" menu (#15) (Andrea Suisani).env
file to enjoy this feature./block-stats
for viewing summarized block data from recent blocks/mining-summary
for viewing summarized mining data from recent blocks/mempool-summary
to load data via ajax (UX improvement to give feedback while loading large data sets)/block-analysis
for analyzing the details of transactions in a block.* IMPORTANT: Use of /block-analysis
can put heavy memory pressure on this app, depending on the details of the block being analyzed. If your app is crashing, consider setting a higher memory ceiling: node --max_old_space_size=XXX bin/www
(where XXX
is measured in MB)./difficulty-history
showing a graph of the history of all difficulty adjustmentsdecoder
37b4dfd
Add more miners tags (#12) (Andrea Suisani)5c44c15
Update miners metadata (#11) (Andrea Suisani)81599eb
Change "Donations" layout and display logic (#10) (Andrea Suisani)dc5d867
Fix a layout problem in tools box div when RPC show is false (#9) (Andrea Suisani)dd04bd8
Actually set BCH as the default ticker (#8) (Andrea Suisani)700395f
Add chain length to the details view for an unconfirmed transaction (#7) (Andrea Suisani)549e5ff
Remove RBF from transaction details view (#5) (Andrea Suisani)f3f4e44
Decide to turn on/off RPC tools in config.js (#6) (Andrea Suisani)37eda80
Add BTCEXP_UI_SHOW_RPC conf parameter to turn on/off RPC layout el… (#4) (Andrea Suisani)5164e1c
Fix another set quircks (#3) (Andrea Suisani)10f4942
Fix a few nits in README file (#2) (Andrea Suisani)for earlier changelog history have look at upstream