Dan Janosik
a6bb578850
support for per-coin exchange rate
6 years ago
Dan Janosik
02dcd22b4e
more frequent stats logging
6 years ago
Dan Janosik
633d6c1208
cleanup for stats logging
6 years ago
Dan Janosik
9651a4c157
exchange rate logging to influxdb
6 years ago
Dan Janosik
8e02736222
- optional logging of network stats to configurable influxdb instance
- cleaner support for handling credentials (new app/defaultCredentials.js has the defaults, git-ignored app/credentials.js overwrites)
- update some dependencies
6 years ago
Dan Janosik
ebefdd3f6c
hide tools submenu on smaller screens (still accessible from main nav menu)
6 years ago
Dan Janosik
9e7fa67df7
ui tweaks for tx page
6 years ago
Dan Janosik
1a916fc333
fix typo
6 years ago
Dan Janosik
7a880784ee
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
8add5d8873
on startup, print node version info to help diagnose bug reports
6 years ago
Dan Janosik
1414951cfe
Update issue templates
6 years ago
Dan Janosik
ab6cde8e08
use nvm for node version mgmt
6 years ago
Dan Janosik
dd9e40ef28
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
5ef702b27e
Text tweak
6 years ago
Dan Janosik
f5ed933295
Attempting workaround to fix #68
6 years ago
Dan Janosik
bc044637b3
Merge pull request #71 from sangaman/electrumx-protocol
configurable electrumx server protocol
6 years ago
Dan Janosik
daec276a25
Fix #73
6 years ago
Daniel McNally
542142a719
configurable electrumx server protocol
This makes the protocol (either `tcp` or `tls`) for the electrum server
configurable, to allow communicating with an electrum server without tls
encryption.
6 years ago
Dan Janosik
b4304498a8
minor ux improvement: locktime block #s should be locale-formatted
6 years ago
Dan Janosik
8e57d0d0cb
dependency updates
6 years ago
Dan Janosik
5abe069168
- general improved error handling for address pages
- specific handling of long-history address errors - issue #67 - with user-visible messaging
6 years ago
Dan Janosik
91f4ce606a
pull in error logging improvement in electrum-client package
6 years ago
Dan Janosik
82b22cb9a8
updated dependencies
6 years ago
Dan Janosik
1042d22cf0
styling tweaks for dark theme, fixes #70
6 years ago
Dan Janosik
fbe967752d
more text info about first btc->fiat exchange
6 years ago
Dan Janosik
189429b256
add missing commas for new, longer RPC blacklist
Thanks @buttha
6 years ago
Dan Janosik
253ef7a371
Merge pull request #66 from sangaman/patch-2
Expand rpc blacklist
6 years ago
Dan Janosik
3915313238
Include mention of optional address tx lists in Readme - Close #8
6 years ago
Dan Janosik
d9db8b1d9e
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
85f42e875e
example config for electrum servers
6 years ago
Daniel McNally
29c8a2e903
expand rpc blacklist
This commit expands the rpc blacklist to cover all calls that could leak
sensitive information about the wallet of the bitcoin node or that could
cause the operator to lose funds. It also alphabetizes the blacklist.
6 years ago
Dan Janosik
cf3712fb43
Merge pull request #64 from sangaman/patch-1
update install instructions
6 years ago
Daniel McNally
f7b8b819be
update install instructions
6 years ago
Dan Janosik
8588c56b61
tweaking electrum connection logic to try to deal with disconnect errors
6 years ago
Dan Janosik
30ba103cdd
Misc:
- improved electrum connection code
- support for address "Fun" items
- inclusion of "Satoshi Nakamoto" brainwallet address fun item
6 years ago
Dan Janosik
a3ce64ebaa
simple placeholder /search page
6 years ago
Dan Janosik
2af05db385
better error handling when searching
before this change, searching for a 64-char string that didn't correspond to a block hash would fail due to lack of proper error handling on the RpcError response when running the interpret-string-as-blockhash step
6 years ago
Dan Janosik
90727ba40a
include "first seen" on address pages
6 years ago
Dan Janosik
7f93750a62
tweak for display of empty tx list for address vs no electrum servers configured
6 years ago
Dan Janosik
8c067dd2c5
updated sentry
6 years ago
Dan Janosik
de7b6fe78e
armor against null or empty miner config
6 years ago
Dan Janosik
68df862a59
link to donation address pages for fun
6 years ago
Dan Janosik
6b88f9e08d
fixes for displaying addresses that have no transactions
6 years ago
Dan Janosik
7c9d9555db
call electrum-client's initElectrum function
6 years ago
Dan Janosik
88ec2adc50
footer layout tweak
6 years ago
Dan Janosik
3ec6a19e23
Add missing electrum error handling
6 years ago
Dan Janosik
6097236ac4
Error handling improvements for address pages
6 years ago
Dan Janosik
fd654c3b6a
style consistency fix
6 years ago
Dan Janosik
d26b72bfde
refresh package-lock
6 years ago
Dan Janosik
118f355763
Work on #8 - Electrum socket connection persistence using "electrum-client" fork recommended by @askz
6 years ago