Dan Janosik
3b70ec976d
cleanup for recent changes
7 years ago
Dan Janosik
e952d9e56d
Improvements to mempool summary. Working on #28
7 years ago
Dan Janosik
4bc8ffe38c
Fix #32
7 years ago
Dan Janosik
af9bde5c19
cleanup duplicate blacklist entry
7 years ago
Dan Janosik
c085aa002f
cleanup optional support for google analytics and sentry
7 years ago
Dan Janosik
7b6ab59d2e
- tweaks to make "fun" page a little cleaner
- add first litecoin block with actual tx
7 years ago
Dan Janosik
f981b4bddf
simpler demo-site urls
7 years ago
Dan Janosik
1faa91ec3b
basic support for addresses
- address page
- search-by-address
7 years ago
Dan Janosik
47773f99d4
cleanup
7 years ago
Dan Janosik
ef44105805
smarter access control for RPC terminal/browser
7 years ago
Dan Janosik
b2dd79b455
default to auto-connect RPC
7 years ago
Dan Janosik
3655fb24b6
minor tweaks for the public demo site
7 years ago
Dan Janosik
cd40c3ae73
updated footer, style tweaks
7 years ago
Dan Janosik
07b2ace3ff
fix copy/paste error
7 years ago
Dan Janosik
0ca44fb676
style tweaks
7 years ago
Dan Janosik
a775ef860c
minor formatting fix
7 years ago
Dan Janosik
07319069a5
first litecoin segwit tx
7 years ago
Dan Janosik
cb65e3cff1
add back the "RPC" in the site name
7 years ago
Dan Janosik
a4773badb8
minor tweaks
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
9ee84ccc2c
use coin-specific block-reward schedule (litecoin was wrong)
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
ee36958e0d
cleanup
7 years ago
Dan Janosik
56b1d0c5b1
display exchange-rate values (currently from coinmarketcap, but easy to configure to use other sources) next to primary currency values
7 years ago
Dan Janosik
f6bbe518d1
improvements to currency value formatting
7 years ago
Dan Janosik
154db1f871
fix for rounding errors in value outputs
7 years ago
Dan Janosik
f7e8ef0932
- cleanup BTC/LTC support
- tweak readme
7 years ago
Dan Janosik
70b28ff52c
Fix #4
Abstracted Bitcoin content into coins.js. Added support for Litecoin.
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
c63086c49d
blacklist some more commands by default
7 years ago
Dan Janosik
b8b94f4d6c
hide github fork banner by default
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
e763d2243f
- clean up "magic hashes", styling, and logging
- new page for "interesting transactions"
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
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
8ced42a1f4
Fix #16
- remove use of deprecated getinfo RPC
- more info about status of IBD
- minor UI tweaks
7 years ago
Dan Janosik
80500d2e8a
better error handling and feedback when node is unavailable
7 years ago
Dan Janosik
8b68c21259
whitespace
7 years ago
Dan Janosik
ada2059c31
include breakdown of transaction counts by fee level on mempool info page
7 years ago
Dan Janosik
40cba26cce
Turn off rpc debug terminal if env.debug=false. Fixes #9 .
8 years ago
Dan Janosik
e0bd1e11ac
When viewing block detail, summarize tx inputs to the first 10 for performance
User can always navigate to the tx detail page to see everything
8 years ago
Dan Janosik
85449a07dc
Fix #5 by sequentially executing request batches in smaller chunks
8 years ago
Dan Janosik
09f2423508
fix for querying coinbase inputs
8 years ago
Dan Janosik
77d6ebd938
show basic mempool info on homepage tab
8 years ago