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
Dan Janosik
8e8d67f334
minor cleanup / reorg
6 years ago
Dan Janosik
1edf9e0703
include JSON on /node-status
6 years ago
Dan Janosik
348de5b19a
UX tweaks and support for donations via BTCPay
all for demo site only:
- remove github's javascript buttons from homepage in favor of github-api-request followed by self-rendered buttons
- donation modal with support for BTCPay-backed donations of set denominations and hidden-but-expandable old donation addresses
- tweak footer style and remove old donation addresses in favor of another donation button that shows the modal
6 years ago
Dan Janosik
7b41d09077
UX improvements described in #106
- bold text for selected address in tx-io-details on address page
- hide large # of outputs by default on address page, only showing default 10 + all outputs for the selected address, with link to show hidden outputs
6 years ago
Dan Janosik
f3ad6d5bd0
style consistency fix
6 years ago
Dan Janosik
6e78c83d40
Fix #106
When computing send/receive values for an address, don't improperly attribute all previous-tx sends as coming from the address of interest
6 years ago
Dan Janosik
e0831dbf4c
add back missing "extra inputs" display on blocks that got lost at some point and is needed for accurate understanding when viewing a block
6 years ago
Dan Janosik
84c1ba6e70
cleanup packages and shrinkwrap - Fixes #95
6 years ago
Dan Janosik
f1e9e1f210
bootstrap: v4.1.3 -> v4.3.1
6 years ago
Dan Janosik
b55766ccfc
minor markup cleanup
6 years ago
Dan Janosik
f5df1b3a47
add some missing style integrity attributes
6 years ago