112 Commits

Author SHA1 Message Date
Mononaut
6fe095b0a2 handle missing block.extras on liquid 2023-07-21 17:18:45 +09:00
Mononaut
5eac83f430 Add "recently cpfpd" exception to audits 2023-07-16 13:51:30 +09:00
Mononaut
e9d22e3b6f Add missing this.block null check 2023-07-13 11:58:29 +09:00
Mononaut
28ead0bed5 Detect stale blocks from client blockchain cache 2023-07-13 10:45:48 +09:00
Mononaut
3b827abbe8 remove console.log, fix null blocks 2023-07-13 10:45:46 +09:00
Mononaut
f12914976a Add stale block banner immediately on reorg 2023-07-13 10:43:18 +09:00
Mononaut
109eeaa1f6 replace client recent blocks on reorg 2023-07-13 10:43:18 +09:00
Mononaut
d6db808257 exclude fullrbf txs from audit and label in visualization 2023-07-10 15:34:22 +09:00
Mononaut
20dce32900 Separate summary and audit-summary API endpoints 2023-06-20 15:13:52 -04:00
softsimon
7fb6fccb00 Merge pull request #3842 from mempool/mononaut/consistent-fee-ranges
Fix fee range inconsistencies
2023-06-15 16:49:07 +02:00
Mononaut
8d6de256f3 precompute block fee spans 2023-06-15 09:54:08 -04:00
Mononaut
e9398f24a7 continue to skip first rate in simple fee ranges 2023-06-14 19:04:09 -04:00
Mononaut
4f9504b341 Add % difference to weight and tx count in audit details 2023-06-10 12:35:13 -04:00
Mononaut
9433e7a1a5 Add expected weight to audit table 2023-06-10 12:32:53 -04:00
Mononaut
bdb44c4609 Omit possible high-sigop txs from block health score 2023-05-17 11:46:50 -04:00
Mononaut
3fa47b411c Key modifiers to open tx in new tab from visualization 2023-04-02 07:46:32 +09:00
nymkappa
19ff5f15ee Use relative path to import price service 2023-02-28 10:59:39 +09:00
nymkappa
37d80b8ecf Unsubscribe priceSubscription onDestroy 2023-02-23 18:43:32 +09:00
nymkappa
53b9310169 Redo/Fix completely failed PR #3092 + add PR #3105 2023-02-23 09:50:34 +09:00
nymkappa
72779c8244 Use historical price for older blocks and transactions 2023-02-21 12:37:27 +09:00
Mononaut
b6e4aa2a2c simplify audit availability logic 2023-02-14 12:32:30 -06:00
Mononaut
240b4cb6e2 Add audit / block health config feature flag 2023-02-14 12:32:30 -06:00
Mononaut
30015553d6 Fix navigation-breaking js error on liquid block page 2023-01-27 20:01:31 -06:00
softsimon
a2434a0945 Fix for disabling block audit below block height 2023-01-27 14:18:50 +04:00
Mononaut
af4c4c7abb change audit toggle to bootstrap button 2023-01-26 11:10:55 -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
4746c67a5d display block health as badge 2022-12-19 19:02:50 -06:00
softsimon
be58d2ba79 Set auditDataMissing as soon as we know the block height 2022-12-01 20:23:45 +09: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
482805b132 move block audit endpoint from mining to bitcoin routes 2022-11-25 19:32:50 +09:00
Mononaut
b5b489acde merge block-audit and block pages 2022-11-24 17:10:53 +09:00
Mononaut
6204784fff Fetch missing block audit scores 2022-11-21 18:45:34 +09:00
Mononaut
8e4f996200 Add match rate to block page 2022-10-28 18:49:29 -06:00
Mononaut
be5fcf01c8 Reversible block arrows & key navigation 2022-09-30 00:54:20 +00:00
softsimon
880b5f9712 Use relative import paths 2022-09-21 17:23:45 +02:00
Mononaut
b7d908f6b2 Fix sticky error state on block page 2022-08-16 16:35:24 +00:00
nymkappa
775b9d22cc Save current progress on the block audit page 2022-07-14 20:41:50 +02:00
nymkappa
5342c354a1 Don't preload /block APIs for genesis block 2022-06-23 16:29:25 +02:00
wiz
82c800af66 Merge branch 'master' into nymkappa/feature/preload-prev-block-summary 2022-06-23 18:14:48 +09:00
nymkappa
996a37503a Preload the previous block - Disable 300 ms on block page 2022-06-22 23:17:49 +02:00
Mononaut
71f36da530 Disable mined block animations 2022-06-22 19:10:31 +00:00
Mononaut
aa0fc24dc5 Tooltip-style tx previews in block overview 2022-06-16 02:46:27 +00:00
Mononaut
08454f2833 Optimize block visualization rendering 2022-06-16 02:46:27 +00:00
Mononaut
1d4488eb96 Add visualization to mined blocks 2022-06-16 02:46:24 +00:00
softsimon
763971348a Block transactions list error handling 2022-05-21 02:30:38 +04:00
nymkappa
bedda82bcb Call node backend block API instead of electrs 2022-05-12 08:13:42 +02:00
nymkappa
771ab36694 Use block.extras on bitcoin network for fees/subsidy 2022-05-12 08:13:41 +02:00
nymkappa
178cb72004 Update block API to use indexing if available 2022-05-12 08:13:40 +02:00