Dan Janosik
e6549b80de
minor ux/consistency improvement for fees destroyed
6 years ago
Dan Janosik
3e8b092e86
Support for pluggable Address APIs (work on #118 and #119 )
Move closer to the original vision of supporting any address-querying implementation desired. Current options include ElectrumX (as before) and now blockchain.com and blockcypher.com since they were easy to support and are publicly/easily available (though ridiculously neither is yet to support bc1 addresses).
- new env var option BTCEXP_ADDRESS_API, value can be electrumx, blockchain.com, blockcypher.com
- update ElectrumX client connect to request v1.4 of API as all clients are now supposed to do
- misc frontend improvements/cleanup for addresses
6 years ago
Dan Janosik
bb28dda9cf
lots of log improvements: use debug and utils.logError more
6 years ago
Dan Janosik
b6b588271f
include npm links on homepage banner
6 years ago
Dan Janosik
edf8a3a5ee
updated lnd-admin logo
6 years ago
Dan Janosik
f23a03bb82
quiet the logs
6 years ago
Dan Janosik
67e56ae148
fix to properly configure "debug"
6 years ago
Dan Janosik
076ccfc96d
Fix #115 and related tweaks
6 years ago
Dan Janosik
098a988ea3
Fix #113 ; shadows for dropdowns
6 years ago
Dan Janosik
8e1688adea
Fix #111
6 years ago
Dan Janosik
bcb565dfcc
lnd-admin links
6 years ago
Dan Janosik
823fd04022
more minor improvements to currency display
6 years ago
Dan Janosik
bab8826385
simplify display of currency values
6 years ago
Dan Janosik
bccffd51a0
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
001ce6f7be
try to block crawlers from btcpay server
6 years ago
Dan Janosik
6fe816cec1
minor improvements to network summary on homepage
6 years ago
Dan Janosik
9dce129c5d
tweaks to dark theme
6 years ago
Dan Janosik
fca1676393
npm badges; cleanup
6 years ago
Dan Janosik
c69e99a724
tweak tools subnav
6 years ago
Dan Janosik
a053d00e03
1.0.2
6 years ago
Dan Janosik
0b2200a367
fix for bg color on light theme
6 years ago
Dan Janosik
1493a8b49c
1.0.1
6 years ago
Dan Janosik
6be14439d5
env var to show/hide tools subheader nav (default: show)
6 years ago
Dan Janosik
5b68ee68b0
minor frontend tweaks
6 years ago
Dan Janosik
2bf7221874
minor dark theme tweaks
6 years ago
Dan Janosik
011d4bbb1b
minor layout changes to give more horiz space on small screens and improve footer
6 years ago
Dan Janosik
e24391a394
Fix #109
6 years ago
Dan Janosik
b86c5b4283
minor frontend tweaks
6 years ago
Dan Janosik
f371891010
logging cleanup; error page display improvements;
6 years ago
Dan Janosik
6db2516446
back to ipstack for geo-loc ips (ip-api blocked too much); redis caching for ips when active; redis-caching code reorg;
6 years ago
Dan Janosik
94dc652dcf
Finish removing radial-progress stuff (started in 08ed8048
).
Thanks for catching this @nspassov
6 years ago
Dan Janosik
08ed8048be
remove radial progress bar stuff in favor of simpler bootstrap progress bars
6 years ago
Dan Janosik
be9c3ccb62
avoid using promise.finally() which isn't well supported - hopefully fixes #108
6 years ago
Dan Janosik
a3c6149b51
hide extraneous fee detail and unknown miners
6 years ago
Dan Janosik
f528dc154f
tweaks to rpc browser page
6 years ago
Dan Janosik
918c9ddd20
custom dark theme i actually like...finally; various frontend tweaks;
- footer: full-width to match header; remove bottom border
- extraneous padding removed from some tx lists
- fix some card-body wrapping issues for paginations at bottom
6 years ago
Dan Janosik
c22c3d3124
avoid unhandled rejection in edge case
6 years ago
Dan Janosik
4f2a93532f
tighten up vertical margins for small screens
6 years ago
Dan Janosik
cd770861cf
fix for genesis coinbase tx after recent code reorganization
6 years ago
Dan Janosik
b7e82f95a4
minor todo
6 years ago
Dan Janosik
63557face7
armor for handling block/tx querying on bitcoind 0.17.1
6 years ago
Dan Janosik
971bf383b7
fix for coinbase transactions with recent caching changes
6 years ago
Dan Janosik
df7fb91312
better handling for node-initialization and rpc-error issues on homepage
6 years ago
Dan Janosik
66ea4c8202
handle "string or numeric" args; rpc browser frontend tweaks
6 years ago
Dan Janosik
c3309173eb
logging
6 years ago
Dan Janosik
69d4d65309
move more logic from rpcApi -> coreApi to keep rpcApi as simple/clean as possible
this also properly includes getHelp and getRpcMethodHelp in the concurrency/queueing flows
6 years ago
Dan Janosik
0039d0ed35
minor code tweak
6 years ago
Dan Janosik
ff87228094
concurrency fixes for using "async/queue" improperly
6 years ago
Dan Janosik
941a565e8c
logging
6 years ago
Dan Janosik
c1082c0b4f
concurrency + simplicity improvements for rpcApi:
- support for configurable RPC concurrency level (default 10, to be under bitcoind default "rpcworkqueue=16")
- queue up requests to prevent overloading RPC work queue of bitcoind
- simplify / cleanup rpcApi
6 years ago