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
Dan Janosik
5944412fd3
typo
6 years ago
Dan Janosik
a9fda2052c
armor
6 years ago
Dan Janosik
c2ce4de4c9
support for disabling influx by setting BTCEXP_ENABLE_INFLUXDB=false
6 years ago
Dan Janosik
f586e81585
overhaul of RPC caching logic
- support for redis RPC caching
- support for disabling in-memory RPC caching
- skip caching many-input transactions
- cleanup/simplify caching logic for bulk functions (getBlocksByHeight, getBlocksByHash, getRawTransactions)
6 years ago
Dan Janosik
3d31bc01ba
consistency fix - don't request tx stats in regtest
6 years ago
Dan Janosik
a6a880c457
logging cleanup
6 years ago
Dan Janosik
3f8ca88bb2
wording improvement for 6-conf recommendation
6 years ago
Dan Janosik
710626371c
frontend code tweaks
6 years ago
Dan Janosik
c55697dc93
faster mem logging
6 years ago
Dan Janosik
60b2ade455
log heapdiff, trying to track down high mem actions
6 years ago
Dan Janosik
ed2c31a185
rename
6 years ago
Dan Janosik
1614e9b602
track request time and heap before/after; add more missing rejection handling
6 years ago
Dan Janosik
c35863eeb6
add robots.txt
6 years ago
Dan Janosik
6dee201505
longer tx-stats caching; fewer pts for homepage tx-stats graph
6 years ago
Dan Janosik
a8c5c449e5
debug logging; handle a missing rejection
6 years ago
Dan Janosik
2f946f26c4
cleanup
6 years ago
Dan Janosik
69082ad523
log mem usage and uptime, trying to identify cause of frequent crashes on demo site
6 years ago
Dan Janosik
d75442564a
unhandled rejection tracking
6 years ago
Dan Janosik
d737570168
consistency fix for tx-list display
6 years ago
Dan Janosik
7fd64e01d5
tweak request tracking
6 years ago
Dan Janosik
e40edc9315
request logging in influx
6 years ago
Dan Janosik
ce39fa5a70
minor logging cleanup
6 years ago
Dan Janosik
b9d8013ce3
support for setting max memory for app
6 years ago
Dan Janosik
a9ffcbce2d
minor ui tweak
6 years ago
Dan Janosik
324e8e834c
ditch ipstack.com for free ip-api.com; formalize concept of privacyMode; env-var-use cleanup; /peers improvements;
6 years ago
Dan Janosik
cfd4a2b5d7
tx-rate graph on homepage; more graphs on /tx-stats; misc minor stuff
- pull in chart.js and add integrity attribute
- move common tx-stats code to utils
- use bootstrap progress bars for block fullness in blocks-lists (moving away from radial progress which includes too much css and can be finicky)
- clean / reorg frontend code for graphs and homepage network summary
6 years ago
Dan Janosik
623cc6d420
readme wording
6 years ago
Dan Janosik
6a47424348
minor ui tweaks
6 years ago
Dan Janosik
825af69954
remove never-used LTC donation address
6 years ago
Dan Janosik
5315197217
minor UI tweaks to improve UX, especially on small screens
6 years ago
Dan Janosik
924e3e8c77
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
1a998b5a23
for block details split up json display into block-summary and tx-ids for easier reading
6 years ago
Dan Janosik
a5b18734b8
Merge pull request #107 from shesek/npm-install
Update installation instructions to use the new NPM package
6 years ago
Nadav Ivgi
f5eda75b04
Update installation instructions to use the new NPM package
6 years ago