93 Commits

Author SHA1 Message Date
Mononaut
810317488c Confirmation badge component, fix negative confirmations 2023-06-03 16:20:32 -04:00
Mononaut
9f32d43907 Improve stability of mempool tx position arrow 2023-05-03 14:18:06 -06:00
Mononaut
1a96608a60 fixes for non-dual-node rbf feature 2023-05-03 12:53:56 -06:00
Mononaut
3e703ec13e support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
47bbfca1c0 new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
22fde5276a update RBF timeline over websocket 2023-05-03 12:52:21 -06:00
nymkappa
27fad27126 Add frontend config flag to toggle historical price fetching 2023-03-01 17:26:53 +09:00
Mononaut
e12bfa2651 Add audit / block health config feature flag 2023-02-15 16:28:29 +09:00
Mononaut
ce1aa11de0 Add currency preference to dashboard 2023-02-01 10:24:57 -06:00
Mononaut
47b73b449b add toggle to enable/disable block audits 2023-01-26 10:42:38 -06:00
Mononaut
001d94dcef create separate service for short term tx & block caching 2023-01-06 10:13:53 -06:00
Mononaut
b35fbbbbd9 add paginated virtual scrolling to blockchain blocks bar 2023-01-06 10:13:53 -06:00
softsimon
24ff033930 Add separate config for mainnet, testnet and signet. 2022-12-01 19:48:57 +09:00
softsimon
77aaf4dd58 Block page audit fallback 2022-12-01 19:17:59 +09:00
Mononaut
8715e5ab91 fix error when navigating to huge transactions 2022-11-07 20:05:33 -06:00
softsimon
7382d48ba5 Merge pull request #2587 from mempool/simon/network-match-ending-fix
Handle network url ending matching better
2022-10-17 12:55:29 +04:00
Mononaut
957f3c32b4 Save flow diagram preference to localStorage 2022-10-11 17:02:35 +00:00
Mononaut
18f5266fda Reverse time by default for RTL languages 2022-10-03 22:07:59 +00:00
Mononaut
be5fcf01c8 Reversible block arrows & key navigation 2022-09-30 00:54:20 +00:00
softsimon
19727b853c Handle network url ending matching better 2022-09-29 13:45:03 +04:00
Mononaut
c9671a4868 handle locale & preview in network detection regex 2022-08-27 21:02:28 +00:00
softsimon
d8f83b4c47 Fix network regex matching 2022-08-22 18:10:09 +04:00
Mononaut
f7e93a950e Add lightning node link previews 2022-08-13 15:32:36 +00:00
softsimon
fb77362f47 Store and display stats and node top lists 2022-07-08 18:55:21 +02:00
softsimon
bf0cfd9d38 Minor refactor for projected block transactions 2022-06-02 01:29:03 +04:00
Mononaut
8a20ae15cc Stream projected block deltas instead of full data 2022-06-01 13:48:58 +00:00
Mononaut
9dacb8dac1 Data pipeline for projected mempool block overview 2022-06-01 13:48:34 +00:00
nymkappa
acb5c4d084 Remove frontend fee calculation and read it from the websocket instead 2022-05-31 10:41:43 +02:00
nymkappa
729c102fa5 Force disable mining dashboard if base_module not mempool 2022-03-16 17:28:00 +01:00
softsimon
45206ea90e Difficulty adjustment refactor
fixes #1157
2022-03-14 16:48:59 +01:00
Antoni Spaanderman
cd14a91523 revert "add network regtest" 1f0ae60 2022-03-08 19:59:18 +01:00
Antoni Spaanderman
27f6654299 Merge branch 'master' into regtest-1 2022-03-08 19:45:03 +01:00
softsimon
c7639b4768 Replace by fee storage
fixes #1222
2022-03-08 18:39:53 +01:00
softsimon
01ff8f79a8 UTXO spent tracking refactor
refs #1301
2022-03-07 19:45:09 +01:00
softsimon
ec0f78b13a UTXO spent tracking
fixes #1301
2022-03-06 18:27:13 +01:00
Antoni Spaanderman
cfaf8b037a Merge branch 'master' into regtest-1 2022-02-17 16:05:22 +01:00
nymkappa
de276c81e0 Provide a way to completely disable block indexing and mining menu 2022-02-15 19:51:26 +09:00
Antoni Spaanderman
47628303e3 Merge branch 'master' into regtest-1 2022-02-09 10:42:23 +01:00
nymkappa
a49cc9a2fa Move our custom fields to a BlockExtension sub object of the IEsploraApi.Block interface 2022-02-04 12:51:45 +09:00
Antoni Spaanderman
25ce6943a6 add network regtest 2022-01-20 17:19:16 +01:00
Antoni Spaanderman
8337d123e6 display genesis block 2022-01-19 17:11:35 +01:00
softsimon
ca2216a541 Making frontend network URLs configurable
fixes #1095
2022-01-07 20:17:14 +04:00
softsimon
fd64be7611 Liquid support to the Graph fee filter dropdown
fixes #1072
2022-01-04 04:42:19 +04:00
softsimon
0f5d6c6f20 Fix issue when switching between testnet and liquid mainnet 2021-12-30 03:07:08 +04:00
softsimon
13bfa5902d Adding Liquid Testnet as frontend option
fixes #976
2021-12-28 11:16:33 +04:00
nymkappa
8205dbedb0 User can drag the blockchain blocks horizontally with the mouse 2021-12-19 15:20:21 +09:00
softsimon
049204ecbe Adding configuration for blocks and mempool blocks amount. 2021-07-31 17:56:10 +03:00
softsimon
1008838e84 Make Block Weight Unit configurable in frontend+backend. 2021-07-31 17:30:35 +03:00
softsimon
ca306f5727 Make base module and index.html file configurable with BASE_MODULE. Adding bare Liquid module. 2021-07-27 17:10:38 +03:00
Miguel Medeiros
eafb7ec104 Add previous adjustment retarget. (#655)
* Add previous adjustment retarget.

* Fix green color.
Add + symbol to difficulty change.

* Add previousRetarget to websocket.

* Add previous retarget.
2021-07-25 01:26:48 +03:00