nymkappa
|
71d1c3de04
|
Update bitcoin-api-factory so we can use core only if needed
|
2023-01-08 11:24:23 +01:00 |
|
nymkappa
|
9f4107319f
|
Fetch coinbase tx with core when esplora fails to do so
|
2023-01-07 11:17:30 +01:00 |
|
softsimon
|
05a8154db0
|
Merge pull request #2851 from mempool/nymkappa/bugfix/error-500-blocks-list
Fix error 500 when querying /blocks using `"INDEXING_BLOCKS_AMOUNT": 0`
|
2023-01-05 01:16:09 +04:00 |
|
softsimon
|
dcc8b81ca6
|
Merge branch 'master' into nymkappa/bugfix/cleanup-logs
|
2023-01-05 00:46:21 +04:00 |
|
wiz
|
e986aaf1d9
|
Merge branch 'master' into mononaut/cpfp-indexer-fixes
|
2022-12-25 22:41:39 +09:00 |
|
nymkappa
|
db4bf52596
|
Fix error 500 when querying /blocks using "INDEXING_BLOCKS_AMOUNT": 0
|
2022-12-16 17:43:37 +01:00 |
|
Mononaut
|
fb137e6247
|
Fix & reenable cpfp indexer optimized path
|
2022-12-07 18:58:03 -06:00 |
|
Mononaut
|
56b6f79f97
|
improve thread error handling
|
2022-12-07 14:52:02 -06:00 |
|
Mononaut
|
4d0637768d
|
Refactor advanced gbt to minimize inter-thread comms
|
2022-12-07 14:52:01 -06:00 |
|
softsimon
|
07987ff4b6
|
Merge pull request #2790 from mempool/nymkappa/bugfix/sql-query
Handle ISP with no nodes
|
2022-12-07 17:40:36 +04:00 |
|
softsimon
|
484c503f6d
|
Merge pull request #2779 from mempool/mononaut/fix-block-summaries-repo
Fix block summaries repo upsert race condition
|
2022-12-07 17:23:00 +04:00 |
|
nymkappa
|
685433fe4c
|
Handle ISP with no nodes
|
2022-12-05 08:11:46 +01:00 |
|
Mononaut
|
79f6ae3b6f
|
fix post-block advanced gbt call
|
2022-12-03 12:11:21 +09:00 |
|
Mononaut
|
e54e896e56
|
fix skipped descendant updates on tx inclusion
|
2022-12-03 12:10:54 +09:00 |
|
Mononaut
|
132e848fdc
|
Fix block summaries repo upsert race condition
|
2022-12-03 10:49:10 +09:00 |
|
nymkappa
|
efb48271f9
|
Cleanup logs
|
2022-12-01 15:52:06 +01:00 |
|
wiz
|
13b52c427c
|
Merge branch 'master' into nymkappa/bugfix/node-map
|
2022-12-01 16:55:22 +09:00 |
|
softsimon
|
59f1b031c8
|
Run schema update synchronously
|
2022-12-01 14:41:37 +09:00 |
|
Mononaut
|
03a3320e45
|
block audit truncation in separate db migrations. bump timeout to 1 hour.
|
2022-11-30 23:03:51 +09:00 |
|
Mononaut
|
ead60aaa21
|
save db schema version after each successful migration
|
2022-11-30 22:58:01 +09:00 |
|
wiz
|
c7cca500fa
|
Merge branch 'master' into simon/mempool-gbt-config
|
2022-11-30 21:45:25 +09:00 |
|
Mononaut
|
ded11892f5
|
merge forensics columns into main channels table
|
2022-11-30 18:24:00 +09:00 |
|
Mononaut
|
dc7d5bc94d
|
handle batched channel opens. infer funding balances in both directions.
|
2022-11-30 18:24:00 +09:00 |
|
Mononaut
|
8f0830f6d1
|
detect channels opened from change outputs
|
2022-11-30 18:24:00 +09:00 |
|
Mononaut
|
cf89ded14d
|
detect links between channel close and open txs
|
2022-11-30 18:23:59 +09:00 |
|
softsimon
|
030889250f
|
Mempool GBT config
|
2022-11-30 17:56:53 +09:00 |
|
wiz
|
272b6d2437
|
Disable optimization in CPFP indexing when block summaries indexing is enabled
|
2022-11-29 23:47:43 +09:00 |
|
wiz
|
89293b4358
|
Merge branch 'master' into mononaut/index-cpfp-info
|
2022-11-29 16:41:12 +09:00 |
|
wiz
|
cc30da0b4d
|
Merge branch 'master' into nymkappa/bugfix/block-timestamp
|
2022-11-29 14:25:45 +09:00 |
|
Mononaut
|
6d6dd09d11
|
get blocks from esplora for cpfp indexer
|
2022-11-29 11:42:08 +09:00 |
|
Mononaut
|
f2ad184d1f
|
optimize cpfp indexing
|
2022-11-29 11:42:08 +09:00 |
|
Mononaut
|
ab5308e1c8
|
adjust database migration compatibility
|
2022-11-29 11:42:08 +09:00 |
|
Mononaut
|
205d832d31
|
return more complete cpfp data for mempool transactions
|
2022-11-29 11:42:08 +09:00 |
|
Mononaut
|
9b6a012476
|
calculate & index cpfp packages
|
2022-11-29 11:42:07 +09:00 |
|
nymkappa
|
3eb4ea9048
|
Disable ON UPDATE for blocks.blockTimestamp field
|
2022-11-28 17:33:07 +09:00 |
|
Mononaut
|
2290f98011
|
only query blocks_audits on bitcoin networks
|
2022-11-28 14:26:28 +09:00 |
|
Mononaut
|
e627122239
|
move block audit endpoint from mining to bitcoin routes
|
2022-11-25 19:32:50 +09:00 |
|
Mononaut
|
201b32bdcd
|
better fallbacks for missing block summaries data
|
2022-11-25 10:16:58 +09:00 |
|
Mononaut
|
de04914851
|
optimize block audit scores db query
|
2022-11-24 17:11:45 +09:00 |
|
Mononaut
|
276470474d
|
save 'fresh' transactions in block audit repository
|
2022-11-24 17:10:53 +09:00 |
|
nymkappa
|
1461cb1b17
|
Don't select nodes which do not have country info
|
2022-11-24 16:56:13 +09:00 |
|
softsimon
|
584f443f56
|
Adding new getTransactionHex api
|
2022-11-22 21:45:05 +09:00 |
|
softsimon
|
4f3296566a
|
Make api available on all backends
|
2022-11-22 19:08:09 +09:00 |
|
wiz
|
2b94849881
|
Merge branch 'master' into junderw/psbt-complete-inputs
|
2022-11-22 17:59:50 +09:00 |
|
wiz
|
28d5ec34b3
|
Merge branch 'master' into nymkappa/bugfix/node-count
|
2022-11-22 17:25:23 +09:00 |
|
Mononaut
|
b1d490972b
|
refactor async mempool/block update callbacks
|
2022-11-22 14:43:58 +09:00 |
|
Mononaut
|
786d73625a
|
guard new tx selection algo behind config setting
|
2022-11-22 14:43:58 +09:00 |
|
Mononaut
|
08ad6a0da3
|
move new tx selection algorithm into thread worker
|
2022-11-22 14:43:55 +09:00 |
|
wiz
|
38cb45e026
|
Merge pull request #2664 from mononaut/block-audit-db-migration
db migration to clear obsolete block audit data
|
2022-11-22 14:40:33 +09:00 |
|
Mononaut
|
24dba5a2ef
|
Bump db migration query timeout to 900s
|
2022-11-22 14:25:57 +09:00 |
|