Dan Janosik
1dfd9d1fcd
Merge pull request #239 from cd2357/patch-2
Update Fun with bounty P2SH addresses from 2013
4 years ago
cd2357
e1e3c2e97f
Update btc.js
4 years ago
cd2357
5a12e1a8fd
Update Fun with bounty P2SH addresses from 2013
4 years ago
Dan Janosik
a4e85a0290
Create codeql-analysis.yml
4 years ago
Dan Janosik
4ef5b80748
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
4 years ago
Dan Janosik
2bb0e60df5
sendrawtransaction should be allowed by default
4 years ago
Dan Janosik
b6bbbe3595
1->5 sec cache for mempool info
4 years ago
Dan Janosik
63110ab9ed
"fun" address for recent twitter hack
4 years ago
Dan Janosik
50061251c2
updated urls for lnd-admin and btcpay
4 years ago
Dan Janosik
6699d9a26b
Update Server-Setup.md
4 years ago
Dan Janosik
0a5b68e16e
Update Server-Setup.md
4 years ago
Dan Janosik
784397b91f
improvements and cleanup
4 years ago
Dan Janosik
0cfe05e67c
Create explorer.btc21.org.conf
4 years ago
Dan Janosik
154504690c
Merge pull request #230 from abhiShandy/npm-vulnerability
fix 4 low severity node vulnerability
5 years ago
abhishandy
6f39c98283
fix 4 low severity node vulnerability
5 years ago
Dan Janosik
4dae273cd6
electrum connect/disconnect stats
5 years ago
Dan Janosik
0f134133f5
2.0.2
5 years ago
Dan Janosik
ae6039e127
release incoming
5 years ago
Dan Janosik
db41175cac
moving toward release
5 years ago
Dan Janosik
b2c286173f
conforming to recent improvements to electrum-client
5 years ago
Dan Janosik
55198f66cd
rename typo
5 years ago
Dan Janosik
c2706d4b02
finish file rename and add new "terminal" tool
5 years ago
Dan Janosik
fb63bb09be
file rename for consistency
5 years ago
Dan Janosik
111298a760
Update README.md
Screenshot; text tweaks
5 years ago
Dan Janosik
e10377a4a9
rename
5 years ago
Dan Janosik
981727088b
homepage screenshot
5 years ago
Dan Janosik
f419303162
More improvements to ElectrumX connection management
5 years ago
Dan Janosik
0ec3fd86b7
More improvements to connecting/reconnecting/errorHandling for ElectrumX
5 years ago
Dan Janosik
daf72023a9
Show error json for pageErrors again
5 years ago
Dan Janosik
d9a0691b82
Label electrumX errors with index
5 years ago
Dan Janosik
730fc8e79d
Minor pools config update
5 years ago
Dan Janosik
cdf7049d45
Improvements to ElectrumX connection code
5 years ago
Dan Janosik
5d803fcbf6
Address pages: support for unconfirmed/pending balance display
5 years ago
Dan Janosik
cb506b1ab0
Basic electrum stat tracking on /admin (as is available for rpc)
5 years ago
Dan Janosik
abd03a7448
Working on #188
Switching to BlueWallet-based ElectrumX connector which is a maintained fork of old ElectrumX connection code. Seems that some extra effort has been put into reconnecting and this also drops some manual error handling that my old code incorporated.
5 years ago
Dan Janosik
01bdb83f0e
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
5 years ago
Dan Janosik
68f666d24e
Fix #168
5 years ago
Dan Janosik
f7f3fd0d2b
Docs: nginx reverse proxy, accessible via https
Thanks @leshacat
5 years ago
Dan Janosik
f9c4b5e2d5
whitespace and minor text tweaks
5 years ago
Dan Janosik
31dbd88103
dependency updates
5 years ago
Dan Janosik
6f0f4e9b0c
Filter out meaningless error when parsing non-bech32 addresses
5 years ago
Dan Janosik
8ab1ddc915
More work related to #219
Stop using type=boolean for args via cli since they force the default value false. Rather, use the default-setting code in config.js for both cli args and env vars.
Also add some additional logging to help debugging issues like this in the future
5 years ago
Dan Janosik
56438f8aba
Fix #219
Don't set default for "slowDeviceMode" arg because doing so prevents "dotenv" from setting that value even if it's in your .env file (it's a key design criteria of dotenv to not override any existing value). The default value is already set in config.js, so we're fine just dropping it here.
5 years ago
Dan Janosik
96f2f94d69
Fun: stable sorting for same-day block-height items
5 years ago
Dan Janosik
865d99fadc
Merge pull request #217 from JosephGoulden/current-typo
fix: currency/current typo on summary page
5 years ago
Joseph Goulden
88351e35f4
fix: currency/current typo on summary page
5 years ago
Dan Janosik
6d70d916e5
2.0.1
5 years ago
Dan Janosik
cbf0956ecd
changelog prepping for release
5 years ago
Dan Janosik
a63f974206
whitespace cleanup
5 years ago
Dan Janosik
489aeefdca
Fix #215
- special case to show textarea for "message" arg on "verifymessage" method
- strip carriage returns before sending to node
- after obtaining result, fix for rendering newlines back into textarea (since the newlines got mashed via JSON.stringify before being sent via RPC interface)
- minor frontend style tweaks on /rpc-browser
- minor logging tweaks for /rpc-browser
5 years ago