Dan Janosik
46280448d3
fix for error-dialog ui (pulling error data from wrong object)
5 years ago
Dan Janosik
e57f14a043
- clarify use/naming for global rpc client
- add new no-timeout rpc client and use for manual rpc interfaces (terminal/browser)
5 years ago
Dan Janosik
a1e02a9834
Add back missing peers map - Fix #152
5 years ago
Dan Janosik
0fd7214474
1.1.1
5 years ago
Dan Janosik
e6299a2322
print version/commit info at startup
5 years ago
Dan Janosik
c0f6b6fb3a
remove old LTC site from footer
5 years ago
Dan Janosik
b81584a0f1
Add several blacklist-by-default commands
These were all "hidden" commands that aren't returned by "help". See, for example: https://github.com/bitcoin/bitcoin/blob/master/src/rpc/blockchain.cpp#L2280
Fixes #151
5 years ago
Dan Janosik
f286a7be6f
1.1.0
5 years ago
Dan Janosik
156abf8d58
package update...just 1
5 years ago
Dan Janosik
f0b8d7feb4
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
5 years ago
Dan Janosik
6354332c58
fix for persisting arg values in ui on /rpc-browser
5 years ago
Dan Janosik
f5fb54df08
frontend tweaks to /mempool-summary
- when max tx age is over 10 mins, use minutes on chart labels instead of seconds
- card ui around different sections for better visual separation
5 years ago
Dan Janosik
7d8a99868b
More reliable display of /unconfirmed-tx and /mempool-summary
Calling getrawmempool with true is slow because the node needs to pull all tx mempool details before returning anything. This change instead calls getrawmempool with false, followed by individual requests for tx mempool entries which we submit in parallel up to the configured concurrency limit. This provides some safety against running into the RPC timeout that was previously common (when calling getrawmempool(true)) with large mempools. In addition to greater reliability in large-mempool scenarios, this change significantly improves the performance of the /unconfirmed-tx page in particular - because that page only cares about 20 tx mempool entries at a time; previously we were waiting for the node to query all mempool tx entries and throwing away the vast majority of the returned data.
Fixes #127
5 years ago
Dan Janosik
b18fe3ff77
denote default values
5 years ago
Dan Janosik
642506b2df
request config file content
5 years ago
Dan Janosik
6f5d127fd9
don't query ipstack with "undefined" api key
5 years ago
Dan Janosik
f1fa665bf3
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
5 years ago
Dan Janosik
70073fe2e3
mempool-summary: improvements to byte-size displays
clearly denote "vByte" vs byte
5 years ago
Dan Janosik
41566868b5
btc only
no longer maintain an LTC instance so unable to test/verify. dropping support explicitly to avoid confusion.
5 years ago
Dan Janosik
57073b56a2
Merge pull request #148 from henrikuittinen/patch-1
Use Docker multistage build to reduce image size
5 years ago
Henri Kuittinen
5c65b542d1
Use Docker multistage build to reduce image size
The building will happen on the regular `node:8` image, but the final image will run `node:8-alpine` which will reduce the image size from 960 MB to 120 MB
https://docs.docker.com/develop/develop-images/multistage-build/
5 years ago
Dan Janosik
5c1fa08476
Merge pull request #141 from pendingbot/patch-1
Add blacklist command(createwallet)
5 years ago
Dan Janosik
7f0b120d0b
readme typo
6 years ago
Dan Janosik
512b5a09d8
Display RBF status for unconfirmed transactions, Fixes #140
6 years ago
pendingbot
7ae1d03caa
Add blacklist command(createwallet)
6 years ago
Dan Janosik
b87e0cf0b4
Docs about logging options; default logging setting; Fixes #128
6 years ago
Dan Janosik
34501fc6e0
style consistency fix
6 years ago
Dan Janosik
b4bdc00fe0
remove distracting, unmaintained influx integration, Fix #121
6 years ago
Dan Janosik
65b18aded9
readme
6 years ago
Dan Janosik
604af092e3
updated dependencies
6 years ago
Dan Janosik
e23701d75e
readme
6 years ago
Dan Janosik
e6fd90eeb4
Add ancestors/descendants to tx details page, fixes #126
6 years ago
Dan Janosik
c257f73d5f
Improve user message for "auth required"
Related to #136
6 years ago
Dan Janosik
7c46f800f7
Show spent/unspent status for outputs on tx pages
6 years ago
Dan Janosik
256b4650c9
Fix #123
Let's kill him properly this time
6 years ago
Dan Janosik
fce0b5d662
minor ui tweak: vbytes dotted-note
6 years ago
Dan Janosik
b4abf45a42
Fix #123
Don't log expected error as error
6 years ago
Dan Janosik
d5c7a07848
properly show 2 decimal places for exchanged amts
6 years ago
Dan Janosik
202646f678
avoid double-adding tx input/output in tx list
6 years ago
Dan Janosik
ba1f446b38
Fix #120
6 years ago
Dan Janosik
a31c2fb437
1.0.3
6 years ago
Dan Janosik
f852f42de5
fix to avoid caching unconfirmed txs
6 years ago
Dan Janosik
ccde4376a3
tweak address trust notes
6 years ago
Dan Janosik
a2a369d1e1
Track and display errors encountered while building each page
6 years ago
Dan Janosik
d8e7878d2f
simple page performance logging
6 years ago
Dan Janosik
cab4cf6a8c
Fix for blockchair addressApi which doesn't give block heights for txids
6 years ago
Dan Janosik
0a4ccfb13b
Fix for "utils.logError" references inside utils.js
6 years ago
Dan Janosik
6219f37c72
Attempted fix for #110 (along with the baseActionRouter.js change from #da6e569)
6 years ago
Dan Janosik
b822a49799
Fix for identifying destroyed fees
6 years ago
Dan Janosik
da6e56976f
Fix #117
6 years ago