138 Commits

Author SHA1 Message Date
Mononaut
6f25e25711 include accelerated tx data in block audits 2023-07-26 15:08:26 +09:00
nymkappa
517acbb1dc [lightning] save node features as stringified json array in db 2023-07-16 18:17:48 +09:00
Mononaut
d6db808257 exclude fullrbf txs from audit and label in visualization 2023-07-10 15:34:22 +09:00
softsimon
cf85f2e8f9 Merge pull request #3846 from mempool/mononaut/audit-details
Add expected vs actual audit details comparison table
2023-06-14 23:05:07 +02:00
Mononaut
7ac8a2e771 minor audit details fixes 2023-06-14 11:28:39 -04:00
softsimon
8e0cb49e19 Merge branch 'master' into nymkappa/reindexing-pools-update 2023-06-12 15:53:46 +02:00
Mononaut
9433e7a1a5 Add expected weight to audit table 2023-06-10 12:32:53 -04:00
Mononaut
a74a9fe73a Merge branch 'master' into merged-expected-block-fees 2023-06-10 12:15:29 -04:00
Joost Jager
4022803a79 Add expected total fees audit 2023-06-05 14:19:16 +02:00
Mononaut
bf6f62e237 Break block templates into their own db table 2023-05-31 13:43:48 -04:00
nymkappa
9444caa006 fix log 2023-05-30 10:16:56 -07:00
Mononaut
bdb44c4609 Omit possible high-sigop txs from block health score 2023-05-17 11:46:50 -04:00
nymkappa
81d5336a36 Reset pools sha db state 2023-03-27 19:39:50 +09:00
nymkappa
598b7e086a Don't fetch prices on signet/testnet, always show 0 2023-03-14 15:39:15 +09:00
nymkappa
51b26a6c94 Remove mining db stats - replaced by runtime state variable 2023-03-05 08:23:04 +09:00
wiz
cb7fdca8d3 Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 16:46:44 +09:00
nymkappa
9117e620b9 Fix incorrect db schema version in db migration script 2023-03-04 10:55:27 +09:00
nymkappa
2a2151890d Merge branch 'master' into nymkappa/bugfix/cleanup-mining-states 2023-03-04 10:54:02 +09:00
nymkappa
d682cb218a Use core to fetch block because esplora/electrs still return integer difficulty 2023-03-03 13:59:17 +09:00
nymkappa
f350ae7b25 Only run migration 57 if bitcoin 2023-03-01 17:33:37 +09:00
nymkappa
1d71685365 Remove mining db stats - replaced by runtime state variable 2023-03-01 16:42:26 +09:00
nymkappa
c2dff72387 Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps 2023-03-01 11:08:43 +09:00
nymkappa
ca517497fa Replace --reindex=xxx,xxx command line with --reindex-blocks 2023-02-26 15:28:50 +09:00
nymkappa
73a3b35296 [LND] Nullify zeroed timestamps 2023-02-25 18:30:29 +09:00
nymkappa
5234f11928 Increase db schema version to 56 2023-02-25 16:48:11 +09:00
nymkappa
8337da9b44 Rewrite mining pools parser - Re-index blocks table 2023-02-25 16:31:47 +09:00
nymkappa
0d1a0df044 Add missing truncate blocks table 2023-02-25 14:22:17 +09:00
nymkappa
04bbb3c6cc Remove block_time from indexed fields 2023-02-25 14:22:15 +09:00
nymkappa
b97ff16bc2 Index coinbase signature in ascii 2023-02-25 14:22:14 +09:00
nymkappa
d6a8c3c347 Compute median fee and fee percentiles in sats 2023-02-25 14:22:13 +09:00
nymkappa
bdcf848209 Implemented coinstatsindex indexing 2023-02-25 14:22:12 +09:00
nymkappa
1656e70cc6 Fix DB migration 54 breaking liquid 2023-02-24 10:41:17 +09:00
nymkappa
1000e30b7f Add missing db schema incrementation 2023-02-23 14:52:29 +09:00
nymkappa
656fa6fa16 Merge branch 'master' into nymkappa/bugfix/optimize-price-frontend 2023-02-23 14:51:46 +09:00
nymkappa
b579226ee2 Add database migration to re-index prices with negative values support 2023-02-23 14:50:20 +09:00
Mononaut
cbb20b86eb increase size of mempool_byte_weight db column 2023-02-21 22:07:12 -06:00
Mononaut
bfb8bf22b6 Correctly drop legacy cpfp db tables 2023-01-13 16:34:04 -06:00
Mononaut
d7b60de552 migrate cpfp data from old to new schemas 2023-01-11 08:44:11 -06:00
Mononaut
c68d9d8a13 compact schemas for cpfp tables 2023-01-11 08:44:10 -06:00
Mononaut
3ff2a1b9dd don't rely on blocks table for cpfp indexing progress 2023-01-11 08:44:10 -06:00
softsimon
7ebd3bc282 Run schema update synchronously 2022-12-01 14:41:37 +09:00
Mononaut
0b6784f675 block audit truncation in separate db migrations. bump timeout to 1 hour. 2022-11-30 23:03:51 +09:00
Mononaut
fcf9d2f1df save db schema version after each successful migration 2022-11-30 22:58:01 +09:00
Mononaut
87e89ff046 merge forensics columns into main channels table 2022-11-30 18:24:00 +09:00
Mononaut
be86057ed2 detect links between channel close and open txs 2022-11-30 18:23:59 +09:00
wiz
aef131b1bf Merge branch 'master' into mononaut/index-cpfp-info 2022-11-29 16:41:12 +09:00
Mononaut
f89a99e24f adjust database migration compatibility 2022-11-29 11:42:08 +09:00
Mononaut
bc076a850e calculate & index cpfp packages 2022-11-29 11:42:07 +09:00
nymkappa
f81d833813 Disable ON UPDATE for blocks.blockTimestamp field 2022-11-28 17:33:07 +09:00
Mononaut
7d4f67d5f7 save 'fresh' transactions in block audit repository 2022-11-24 17:10:53 +09:00