Dan Janosik
9d64902025
nvm version bump
5 years ago
Dan Janosik
cb666646bc
Merge pull request #159 from LuxorLabs/master
Add Luxor to coinbase tags
5 years ago
Dan Janosik
85d8362e7c
Merge branch 'master' into master
5 years ago
Dan Janosik
b8a57931cf
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
5 years ago
Dan Janosik
497f05e576
consistent formatting
5 years ago
Dan Janosik
75dd5d1f24
refresh mining configs to pull in luxor pool
5 years ago
Dan Janosik
ff4dea980d
1.1.4
5 years ago
Dan Janosik
44f3631fb1
first-class support for testnet/regtest
* display chain/network in header if not mainnet
* indicate active chain/network in startup log
* specify which chain/network "fun" items apply to and only show them for that chain
* don't display exchange rates for testnet/regtest
* use block interval of 150 for regtest halving
* regtest hacks: since getblockchaininfo.blocks=0 on a default regtest node despite the genesis block existing, hack in a couple of places in order to display the genesis block
* fix /peers page to not throw error with no connections
5 years ago
Dan Janosik
a937d016bd
1.1.3
5 years ago
Dan Janosik
1f51a11a71
add back bluebird for redis
5 years ago
Dan Janosik
1441cbd917
changelog updates
5 years ago
Dan Janosik
1fe199a691
more authoritative link for "Destroyed bitcoin" fun item
5 years ago
Dan Janosik
c897198128
update dependencies to latest and in the future accept more minor version updates
5 years ago
Dan Janosik
75ccb9e646
Fix #158
5 years ago
Dan Janosik
74fd02a618
refresh miner configs
5 years ago
Nick Hansen
a5e6ddaebf
Add Luxor to coinbase tags
5 years ago
Dan Janosik
1958749871
pug formatting consistency improvements
5 years ago
Dan Janosik
abe20d540f
- include changelog for project (via README and live-app footer)
- version # listed in footer
- tweaks to donation modal
5 years ago
Dan Janosik
e54909bef8
1.1.2
5 years ago
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