1763 Commits

Author SHA1 Message Date
Mononaut
e20e310f91 get chain tip direct from Bitcoin Core to avoid race conditions 2023-07-17 15:21:52 +09:00
wiz
76b92d291e Merge branch 'master' into simon/load-more-mempool-txs 2023-07-17 14:02:32 +09:00
softsimon
c29ffe16f9 Merge pull request #3882 from mempool/mononaut/audit-replication
Audit data synchronization
2023-07-17 12:51:34 +09:00
softsimon
50d2078c79 Merge pull request #3976 from mempool/mononaut/six-latest-transactions
always send 6 latest transactions to websocket clients
2023-07-17 12:03:06 +09:00
softsimon
c20e6d9458 Merge pull request #3971 from mempool/mononaut/audit-recently-cpfpd
Add "recently cpfpd" exception to audits
2023-07-17 11:51:06 +09:00
Mononaut
a0ed3fa31a always send 6 latest transactions to websocket clients 2023-07-17 11:02:28 +09:00
Mononaut
5c339f6b42 Set missing websocket init data 2023-07-16 18:39:51 +09:00
Mononaut
5eac83f430 Add "recently cpfpd" exception to audits 2023-07-16 13:51:30 +09:00
nymkappa
d0e64138bb [price updater] update latestPrices timestamp before pushing to websocket 2023-07-15 17:29:29 +09:00
wiz
c7267f8711 Merge branch 'master' into simon/load-more-mempool-txs 2023-07-14 19:30:15 +09:00
wiz
0d417f95f6 Bump version to 3.0.0-dev
- Now requires mempool/electrs
- Mempool Accelerator integration
- Rust GBT integration
- And more!
2023-07-14 18:39:35 +09:00
Mononaut
9344316d43 Add audit replication success logging 2023-07-14 16:54:36 +09:00
Mononaut
da0f94b778 fix audit replication merge conflicts 2023-07-14 16:54:32 +09:00
Mononaut
2b131f1c66 Fix audit sync progress logging 2023-07-14 16:43:07 +09:00
Mononaut
52f13f133c Add missing audit data to cached blocks 2023-07-14 16:43:07 +09:00
Mononaut
11a3b3bf4a Add audit data replication service 2023-07-14 16:43:05 +09:00
Mononaut
9bb120e277 reduce latest rbf websocket data 2023-07-14 16:15:03 +09:00
softsimon
faaf4bd4f2 Support for romanz/electrs 2023-07-13 17:59:02 +09:00
wiz
67e5f41d8e Merge pull request #3670 from mempool/junderw/pushtxantidos
Push TX: Include validation to prevent DoS
2023-07-13 15:44:18 +09:00
softsimon
9d9670c777 Merge pull request #3957 from mempool/mononaut/full-rbf-highlight
highlight & tag fullrbf replacements in RBF timeline
2023-07-13 15:34:19 +09:00
wiz
1cf60fab77 Merge branch 'master' into junderw/pushtxantidos 2023-07-13 14:18:19 +09:00
wiz
54d723d684 Merge pull request #3940 from mempool/mononaut/null-miner-health
Unknown avg miner health
2023-07-13 14:17:39 +09:00
wiz
8d726cfb93 Merge branch 'master' into mononaut/full-rbf-highlight 2023-07-13 14:16:33 +09:00
junderw
6fbe2288a4 Fix: Add new configs to all config instances properly. 2023-07-13 14:06:46 +09:00
junderw
2fd1acc224 Fix: Leaf version validation 2023-07-13 13:50:54 +09:00
junderw
376ec71773 Fix: Allow detection of 1 byte annexes 2023-07-13 13:31:57 +09:00
junderw
2b0dbcfcc8 Fix: Tests for config 2023-07-13 13:26:18 +09:00
junderw
7722d930aa Push TX: Include validation to prevent DoS 2023-07-13 13:24:46 +09:00
Mononaut
96aedb97cb highlight & tag fullrbf replacements in RBF timeline 2023-07-13 12:28:33 +09:00
Mononaut
109eeaa1f6 replace client recent blocks on reorg 2023-07-13 10:43:18 +09:00
wiz
650cdd9cd5 Fix production rust GBT build 2023-07-12 17:16:40 +09:00
wiz
61ebe5f7a3 Merge branch 'master' into mononaut/fix-mined-rbf-conflicts 2023-07-12 16:17:47 +09:00
wiz
d39261680e Merge branch 'master' into nymkappa/scan-closed-channel-no-mempool 2023-07-12 16:00:52 +09:00
Mononaut
72c4ea1657 fix price updater loop on testnet/signet 2023-07-11 16:03:44 +09:00
wiz
673009fe3f Merge pull request #3879 from mempool/mononaut/audit-exclude-fullrbf
exclude fullrbf txs from audit and label in visualization
2023-07-11 15:29:32 +09:00
Mononaut
f6e1831595 Fix mined rbf conflict prevention 2023-07-11 11:44:30 +09:00
Mononaut
1d6e06428e Return null for avg of zero matching health scores 2023-07-11 09:54:03 +09:00
Mononaut
420e3287ef Show alert banner on stale blocks 2023-07-10 16:14:02 +09:00
Mononaut
983a9ecd0e Replace cached blocks on reorg, serve stale blocks 2023-07-10 16:14:02 +09:00
Mononaut
d6db808257 exclude fullrbf txs from audit and label in visualization 2023-07-10 15:34:22 +09:00
junderw
b916a3ee66 Fix Docker build for using napi-rs 2023-07-06 18:05:21 -07:00
junderw
b73437a311 Move N-API CLI to dependencies 2023-07-06 15:49:54 -07:00
Jonathan Underwood
d9f11b829b Add period 2023-07-05 19:35:36 -07:00
junderw
212d8e2f05 Merge remote-tracking branch 'origin/master' into mononaut/rust-gbt 2023-07-05 08:39:48 -07:00
junderw
15639d687d Faster txid to u32 parsing 2023-07-05 08:39:01 -07:00
junderw
83ec0e8049 Use ManuallyDrop 2023-07-04 17:19:41 -07:00
Joost Jager
f4b8ed4243 Add average fee delta to pool ranking
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-04 11:25:39 +00:00
Mononaut
355bd2a81e replace audit_pool hashmap with a vec 2023-07-03 22:16:35 -04:00
Mononaut
b6639d4a44 only return rates changed since last update 2023-07-03 12:01:49 -04:00
Mononaut
08697666a9 return sigop-adjusted effective fee rates 2023-07-03 12:01:06 -04:00