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
40cae43b40
more cleanup
7 years ago
Dan Janosik
6223066d91
get rid of some duplication
7 years ago
Dan Janosik
249312fd19
little cleanup
7 years ago
Dan Janosik
83577f28ec
remove unused
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
7bd44a0027
add some util functions for simplicity
7 years ago
Dan Janosik
9ce4c862a7
some more blacklist commands
7 years ago
Dan Janosik
b8ce1a8398
smarter batching when pulling tx inputs
7 years ago
Dan Janosik
fb0c8f2445
cleanup some old client-object passing
7 years ago
Dan Janosik
d360a80972
More work on mempool summary; cleanup and fixes for LTC
7 years ago
Dan Janosik
345e37420b
fix a little "whoops"
7 years ago
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