Dan Janosik
7f4cf692a1
more detailed network info on /node-status
5 years ago
Dan Janosik
a48430b295
testnet support from blockchair and blockcypher
5 years ago
Dan Janosik
d10c6b22c9
simpler donation modal
5 years ago
Dan Janosik
0d7d423813
new btc-centric domain
5 years ago
Dan Janosik
632a3e27eb
Updated frontend dependencies:
bootstrap: v4.3.1 -> v4.4.1
jquery: v3.3.1 -> v3.4.1
popper: v1.14.6 -> 1.16.0
5 years ago
Dan Janosik
6aa443c74d
Refresh mining pool configs
5 years ago
Dan Janosik
a0c0f56968
Escape search query printed in user alert message - Fixes #183
5 years ago
Dan Janosik
cb2f13c58b
1.1.8
5 years ago
Dan Janosik
c29243dd42
this might actually do it for #175
5 years ago
Dan Janosik
2b5dbefa7e
1.1.7
5 years ago
Dan Janosik
2ce12b0040
changelog
5 years ago
Dan Janosik
8c23bdb5d6
try again to address #175
5 years ago
Dan Janosik
fb6e646e71
1.1.6
5 years ago
Dan Janosik
defc7bcd98
changelog for 1.1.6
5 years ago
Dan Janosik
1ce84cda5d
cleanup some remnants of old influx feature
5 years ago
Dan Janosik
0a4886f07e
updated project description
5 years ago
Dan Janosik
c72495ed25
minor dependencies update
5 years ago
Dan Janosik
9ec920e70e
updated miner configs
5 years ago
Dan Janosik
46ca894023
Address #175
5 years ago
Dan Janosik
602c5739fb
1.1.5
5 years ago
Dan Janosik
a08f4a6548
homepage header tweaks to exchange rates:
- show exchange rate for selected currency (if non-USD "exchanged" currency)
- show sat/$ or sat/eur value in addition to btc/usd value
5 years ago
Dan Janosik
d6a9e4cfeb
another startup fix:
since we now make an rpc call to get the active chain before bothering with exchange rates, exchange rates were prone to fail to initialize, either due to slow response to getblockchaininfo call or connecting to a node that's not ready to serve traffic (e.g. verifying blocks). with this change, wait to decide about exchange rate status until we have a verified rpc connection.
5 years ago
Dan Janosik
85e2367ab0
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
5 years ago
Dan Janosik
f23e029548
Fix #167
At startup, keep trying to verify rpc connection (and pull metadata) until success.
5 years ago
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