Dan Janosik
cd0e2b67b1
Fix #40 - Peer details page
7 years ago
Dan Janosik
9ecaa79933
don't try to find blocks with heights less than zero
7 years ago
Dan Janosik
f3651c16fc
"Bitcoin Fun" panel for miner payout addresses
7 years ago
Dmitry Brigadirov
681ea892cf
Argument type fix
Fixes sendtoaddress RCP call
7 years ago
Dan Janosik
ab5a75d17c
caching support
7 years ago
Dan Janosik
be6a73223e
Fix #31
- Some reorganization and renaming
- Ensure that blocks include their coinbase tx so we can query it to guess miner identity
- Use open-source miner-identification list to guess
7 years ago
Dan Janosik
0f4f64a4cc
cleanup
7 years ago
Dan Janosik
40cae43b40
more cleanup
7 years ago
Dan Janosik
e4eef424ab
split out credentials from the rest of the site config and do some renaming
7 years ago
Dan Janosik
fb0c8f2445
cleanup some old client-object passing
7 years ago
Dan Janosik
e0797ffed3
minor error handling improvements
7 years ago
Dan Janosik
a35f0f8560
better error handling
7 years ago
Dan Janosik
9b5c8a31aa
Stronger validation of rpc commands against blacklist. Fixes #33
7 years ago
Dan Janosik
cf2b013bb6
safer address parsing
7 years ago
Dan Janosik
1faa91ec3b
basic support for addresses
- address page
- search-by-address
7 years ago
Dan Janosik
ef44105805
smarter access control for RPC terminal/browser
7 years ago
Dan Janosik
8c24bcce5a
rename "Node Details" to "Node Status"
7 years ago
Dan Janosik
cd40c3ae73
updated footer, style tweaks
7 years ago
Dan Janosik
c81cd2bede
/about page and header tweaks
7 years ago
Dan Janosik
0e72f01d48
cleanup
7 years ago
Dan Janosik
89cc35ed77
tweak format of "env" content for simplicity
7 years ago
Dan Janosik
e2570bc51f
switch to "bitcoin-core" npm package instead of deprecated "bitcoin" package
thanks @nkostoulas for the recommendation
7 years ago
Dan Janosik
c114139c51
Fix #21
There are still some edge-case descriptions for some RPCs, but this is good enough.
7 years ago
Dan Janosik
e780ead3fe
Fix #19
- Support for displaying all currency values in your unit of choice
- Header menu for changing user settings (currency unit, and display width currently)
7 years ago
Dan Janosik
d254ce3021
Fix #23
7 years ago
Dan Janosik
adc280cfac
Fix #3
7 years ago
Dan Janosik
846eda40d6
Fix #6
I'll add to the list over time, but I'm happy with the structure.
7 years ago
Dan Janosik
dd8f137da3
Fix #18
I went with an RPC blacklist instead. By default just "stop" is in it. Thanks @alecalve
7 years ago
Dan Janosik
fc51128d02
consistency fix
7 years ago
Dan Janosik
e763d2243f
- clean up "magic hashes", styling, and logging
- new page for "interesting transactions"
7 years ago
Dan Janosik
d8219597db
- consistent footer across site
- consistent url for /mempool-summary
- internal linking to /rpc-browser for RPC command references (which still links out to dev docs on bitcoin.org)
7 years ago
Dan Janosik
202eafc862
- lots of improvements for RPC Browser tool
- fix broken tab styling due to recent commit for "subheader" links
- consistent title for "Mempool Summary"
7 years ago
Dan Janosik
6d91756529
- lots of style tweaks for mobile
- playing with UI
- working on new /rpc-browser tool
7 years ago
Dan Janosik
0049484b29
getnettotals info on /node-info page
7 years ago
Dan Janosik
1b1ceaf052
fixes and improvements for /terminal tool
7 years ago
Dan Janosik
e478c048af
- fixes for searching
- fix for transaction page/action with invalid txid
7 years ago
Dan Janosik
9da69bfb58
- add more node info
- prettier bar chart for mempool stats using chart.js
7 years ago
Dan Janosik
215f24a1eb
several fixes for searching
7 years ago
Dan Janosik
d6320b3909
remove some getinfo calls that i missed.
7 years ago
Dan Janosik
8ced42a1f4
Fix #16
- remove use of deprecated getinfo RPC
- more info about status of IBD
- minor UI tweaks
7 years ago
Dan Janosik
23d0979d5d
more error handling
7 years ago
Dan Janosik
80500d2e8a
better error handling and feedback when node is unavailable
7 years ago
Dan Janosik
6e25939656
Clean up dependencies. Fixes #11
7 years ago
Dan Janosik
ada2059c31
include breakdown of transaction counts by fee level on mempool info page
7 years ago
Dan Janosik
c6031f3964
- add a small "sub header" with links
- break out node info and mempool info onto separate pages
7 years ago
Dan Janosik
40cba26cce
Turn off rpc debug terminal if env.debug=false. Fixes #9 .
8 years ago
Dan Janosik
7e4eaa9786
Convert query to lowercase to fix #7
8 years ago
Dan Janosik
77d6ebd938
show basic mempool info on homepage tab
8 years ago
Dan Janosik
07f3f8f706
search support for block heights, block hashes, and txids
8 years ago
Dan Janosik
7efe9385c3
- move more functionality into rpcApi
- new /blocks page
8 years ago