softsimon
|
4313c564c6
|
Merge pull request #3190 from mempool/nymkappa/cleanup-get-blocks
Remove useless code
|
2023-03-02 13:55:46 +09:00 |
|
nymkappa
|
496a551308
|
Remove useless code
|
2023-03-02 10:08:40 +09:00 |
|
Mononaut
|
41da74f324
|
Don't try to fetch cpfp if database disabled
|
2023-03-01 11:36:26 -06:00 |
|
wiz
|
cc6f623ee9
|
Merge branch 'master' into nymkappa/unify-blocks-apis
|
2023-03-01 18:19:45 +09:00 |
|
nymkappa
|
f350ae7b25
|
Only run migration 57 if bitcoin
|
2023-03-01 17:33:37 +09:00 |
|
wiz
|
99bcf1185e
|
Merge branch 'master' into nymkappa/unify-blocks-apis
|
2023-03-01 17:05:57 +09:00 |
|
nymkappa
|
c66607a04f
|
Fix chain divergence detection upon new block (use the new interface)
|
2023-03-01 13:50:15 +09:00 |
|
softsimon
|
1561e26045
|
Merge branch 'master' into nymkappa/feature/align-dashboards
|
2023-03-01 06:31:25 +04:00 |
|
softsimon
|
38375662f8
|
Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps
|
2023-03-01 06:20:56 +04:00 |
|
softsimon
|
d3dde54339
|
Merge branch 'master' into nymkappa/bugfix/node-sockets-lnd
|
2023-03-01 06:08:44 +04:00 |
|
nymkappa
|
c2dff72387
|
Merge branch 'master' into nymkappa/bugfix/ignore-too-low-lightning-timestamps
|
2023-03-01 11:08:43 +09:00 |
|
nymkappa
|
393a89918f
|
Wipe the disk cache since we have a new block structure
|
2023-02-27 19:06:46 +09:00 |
|
nymkappa
|
8b947a6c67
|
Enforce BlockExtended use for block indexing - Unify /api/v1/block(s) API(s) response format
|
2023-02-27 18:00:00 +09:00 |
|
nymkappa
|
a68deda4fe
|
Use bitcoinApiFactory when we don't need verbose blocks or confirmation number
|
2023-02-27 11:46:37 +09:00 |
|
wiz
|
63ca463f09
|
Merge branch 'master' into mononaut/block-health-calculation
|
2023-02-26 17:39:50 +09:00 |
|
wiz
|
6541dca030
|
Merge pull request #3154 from mempool/nymkappa/feature/new-reindex-command
Replace `--reindex=xxx,xxx` command line with `--reindex-blocks`
|
2023-02-26 15:55:49 +09:00 |
|
nymkappa
|
ca517497fa
|
Replace --reindex=xxx,xxx command line with --reindex-blocks
|
2023-02-26 15:28:50 +09:00 |
|
nymkappa
|
90bc1bc28e
|
Update missing "pools.json" -> "pools-v2.json"
|
2023-02-26 13:54:43 +09:00 |
|
wiz
|
0567dbd8fa
|
Merge branch 'master' into nymkappa/feature/align-dashboards
|
2023-02-26 13:07:35 +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
|
e9bc04a20e
|
Use regexes instead of tags
|
2023-02-25 16:32:03 +09:00 |
|
nymkappa
|
8bd11f0598
|
Update pool parser to work with no database
|
2023-02-25 16:32:03 +09:00 |
|
nymkappa
|
6861e1dadc
|
Disable mining pools update if AUTOMATIC_BLOCK_REINDEXING is not set - Re-index unknown blocks when a new pool is added
|
2023-02-25 16:32:03 +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
|
06a83efef0
|
Add config.MEMPOOOL.MAX_BLOCKS_BULK_QUERY parameter (default to 0, API disable)
|
2023-02-25 14:22:17 +09:00 |
|
nymkappa
|
bb2db0fe93
|
Do not download orphaned block if headers-only
|
2023-02-25 14:22:17 +09:00 |
|
nymkappa
|
8f60ce05e8
|
Increase cache schema version
|
2023-02-25 14:22:16 +09:00 |
|
nymkappa
|
b028df0ff1
|
Format percentiles in a more verbose way
|
2023-02-25 14:22:16 +09:00 |
|
nymkappa
|
b50b34c5f9
|
Add missing coinbase_signature_ascii
|
2023-02-25 14:22:16 +09:00 |
|
nymkappa
|
613f69e401
|
previousblockhash -> previous_block_hash
|
2023-02-25 14:22:15 +09:00 |
|
nymkappa
|
f9932d4cd2
|
Cleanup block before sending response in /blocks-bulk API
Remove block_time
Index summaries on the fly
|
2023-02-25 14:22:15 +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
|
64831840b9
|
Dont compute fee percentile / median fee when indexing is disabled because we need summaries
|
2023-02-25 14:22:14 +09:00 |
|
nymkappa
|
35f213dd84
|
Fix median time indexing
|
2023-02-25 14:22:14 +09:00 |
|
nymkappa
|
b0ba5945bf
|
Wrap orphaned blocks updater into try/catch
|
2023-02-25 14:22:13 +09:00 |
|
nymkappa
|
6083b79d5a
|
List orphaned blocks in the new blocks-bulk API
|
2023-02-25 14:22:13 +09:00 |
|
nymkappa
|
d6a8c3c347
|
Compute median fee and fee percentiles in sats
|
2023-02-25 14:22:13 +09:00 |
|
nymkappa
|
4859b9c789
|
Fix median timestamp field - Fix reponse format when block is indexed on the fly
|
2023-02-25 14:22:13 +09:00 |
|
nymkappa
|
dc48c486f2
|
Remove unescessary data from the blocks-bulk API
|
2023-02-25 14:22:12 +09:00 |
|
nymkappa
|
bdcf848209
|
Implemented coinstatsindex indexing
|
2023-02-25 14:22:12 +09:00 |
|
nymkappa
|
2b39fa4cfa
|
Get blocks data set by bulk (non indexed)
|
2023-02-25 14:22:11 +09:00 |
|
wiz
|
accd7c2ff5
|
Merge branch 'master' into nymkappa/feature/align-dashboards
|
2023-02-24 17:10:57 +09:00 |
|
nymkappa
|
1656e70cc6
|
Fix DB migration 54 breaking liquid
|
2023-02-24 10:41:17 +09:00 |
|
nymkappa
|
c17e77e676
|
Show geolocation in node channels ranking widget
|
2023-02-23 18:57:55 +09:00 |
|
wiz
|
867c738e5e
|
Merge branch 'master' into mononaut/block-health-calculation
|
2023-02-23 15:27:04 +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 |
|