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
Dan Janosik
9b3b2dbfba
logging and comment cleanup
6 years ago
Dan Janosik
41df0e1582
styling fix for input/output index values for transactions (was resulting in some overlap for 3-digit values...might still for 4-digit values)
6 years ago
Dan Janosik
36f891e710
styling tweak for "Bitcoin Fun" alerts
6 years ago
Dan Janosik
8bd07537b4
More work on #8 - showing balances and transaction history for addresses
- in tx history, request/display all inputs to get correct gain/loss values
- cross referencing for txid history from electrum
- include genesis coinbase values for genesis coinbase output address (electrum ignores the genesis coinbase TX and +50 value, but for consistency with the rest of this tool they're included)
- banner describing the electrum trust model
- ui tweaks including showing gain/loss for each address tx history item
6 years ago
Dan Janosik
8ad0dab863
fix for showing zero address balance when applicable
6 years ago
Dan Janosik
ce264a6c1f
naming/text tweaks
6 years ago
Dan Janosik
b9326032e9
minor bug fix when displaying some tx-io lists
6 years ago
Dan Janosik
1f38c5dd93
Majority of the work on #8 to support querying N ElectrumX servers for address balance and address txid history
6 years ago
Dan Janosik
aaa234702a
monospace for tx index on block pages
6 years ago
Dan Janosik
cea6f5d4f8
minor change for how demo-site's max page size is handled (user message rather than silently ignoring)
6 years ago
Dan Janosik
15f382df19
tweak display of time diffs for blocks and txs
6 years ago
Dan Janosik
da295d0587
fix for formatting small numbers
6 years ago
Dan Janosik
281bf378cb
Merge branch 'master' of github.com:janoside/btc-rpc-explorer
6 years ago
Dan Janosik
f14dbe8c59
include package-lock.json
6 years ago
Dan Janosik
b40ada5983
include donation qr code images
6 years ago
Dan Janosik
851babb6b1
donation qr code images
6 years ago
Dan Janosik
422dc7b29f
Add node.js version note; Remove old screenshots
6 years ago
Dan Janosik
4c2a2f1534
don't cache unconfirmed txs
7 years ago
Dan Janosik
a4f61e1286
tighten some margins
7 years ago
Dan Janosik
269fe4a9f0
style tweak for wide screens
7 years ago
Dan Janosik
0623f5672c
minor ui fix
7 years ago
Dan Janosik
f9308e4b1e
minor ux tweaks
7 years ago
Dan Janosik
6891a656f8
keep hiding homepage banner across server restarts
7 years ago
Dan Janosik
f0fa52dcbc
logging cleanup
7 years ago
Dan Janosik
9af2e46e5f
- ui/ux improvements for tx io details on small screens
- include a "fun" tag next to "special addresses" (miner payout addresses)
7 years ago
Dan Janosik
eaa753153b
mobile/responsive display improvements
7 years ago
Dan Janosik
e21ef59508
improvement to tx-input tracking based on thoughts on #45
7 years ago
Dan Janosik
487c87c2ba
better UX for JSON tab on /peers
7 years ago
Dan Janosik
0e9acb724f
rename "Raw" tabs to "JSON"
7 years ago
Dan Janosik
ea3a40a627
more tweaking things related to #45
7 years ago
Dan Janosik
90b9cd9ddc
more armor for #45
7 years ago