1299 Commits

Author SHA1 Message Date
nymkappa
2420d78b80 [lightning] start integrating features bits in the node page 2023-07-16 18:17:49 +09:00
nymkappa
45e6353ef8 [lightning] save feature bit number when using lnd describegraph 2023-07-16 18:17:49 +09:00
nymkappa
dc397fd0bf [lightning] save bit number when converting features from clightning 2023-07-16 18:17:48 +09:00
nymkappa
517acbb1dc [lightning] save node features as stringified json array in db 2023-07-16 18:17:48 +09:00
Mononaut
5eac83f430 Add "recently cpfpd" exception to audits 2023-07-16 13:51:30 +09:00
wiz
c7267f8711 Merge branch 'master' into simon/load-more-mempool-txs 2023-07-14 19:30:15 +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
wiz
8d726cfb93 Merge branch 'master' into mononaut/full-rbf-highlight 2023-07-13 14:16:33 +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
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
61ebe5f7a3 Merge branch 'master' into mononaut/fix-mined-rbf-conflicts 2023-07-12 16:17:47 +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
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
Mononaut
a8aec5ecb4 Add basic lightning justice page 2023-07-09 03:03:35 -04: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
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
e96f675ceb Apply suggestions from code review
avoid regex in partial txid ordering conversion

Co-authored-by: Jonathan Underwood <jonathan.underwood4649@gmail.com>
2023-07-03 11:55:43 -04:00
Mononaut
6dce3e356b Mimic Core's ordering for equal-score transactions 2023-07-03 10:28:32 -04:00
Mononaut
597764c311 more misc JS-side gbt performance optimizations 2023-07-03 10:20:08 -04:00
Mononaut
fe84d6e1ab misc JS-side gbt performance optimizations 2023-07-03 10:18:22 -04:00
Mononaut
1e1bf14692 Pass gbt mempool data directly without serialization 2023-07-03 10:18:21 -04:00
Mononaut
860388d9a4 calculate total block weights inside rust gbt 2023-07-03 10:18:21 -04:00
Mononaut
ac794d3984 conform to core's gbt quirks 2023-07-03 10:18:21 -04:00
Mononaut
088c683dfe Fix mempool-blocks linter issues 2023-07-03 10:18:19 -04:00
Mononaut
d41db05d09 clearer uint32 uid overflow check 2023-07-03 10:18:19 -04:00
Mononaut
f94a9c7dcd Add sanity checks for GBT cache de-sync 2023-07-03 10:18:19 -04:00
Mononaut
d72960ef0b Add sanity check for uint32 uid overflow 2023-07-03 10:18:19 -04:00
Mononaut
74604b67fd Enforce Rust GBT instance lifecycle 2023-07-03 10:18:18 -04:00
Mononaut
e903d3ad1f Add Rust GBT config flag 2023-07-03 10:18:18 -04:00
junderw
6e3b57d5fc Use a class to hold state for Rust GbtGenerator 2023-07-03 10:18:17 -04:00
junderw
46fb6a68eb Use tokio async/await instead of callbacks 2023-07-03 10:18:17 -04:00
junderw
fb603be292 Update TS side 2023-07-03 10:18:16 -04:00
Mononaut
f2bd4caf25 Implement rust gbt updateBlockTemplates 2023-07-03 10:18:15 -04:00
Mononaut
63713ca4ed Rust GBT proof of concept 2023-07-03 10:18:14 -04:00
softsimon
b904fb3489 Merge branch 'master' into simon/mempool-break-limit 2023-07-03 09:59:21 +02:00
softsimon
09b22356f0 Merge branch 'master' into mononaut/effective-rate-templates 2023-07-02 18:11:28 +02:00
softsimon
54b7303808 Update backend/src/api/mempool.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-02 18:10:14 +02:00
softsimon
047a06aae6 Update backend/src/api/mempool.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-02 18:10:08 +02:00
softsimon
c82b8f9331 Update backend/src/api/mempool.ts
Co-authored-by: mononaut <83316221+mononaut@users.noreply.github.com>
2023-07-02 18:10:02 +02:00
softsimon
73e2da793d Merge pull request #3843 from mempool/mononaut/projected-fee-graph
Better projected fee graph
2023-07-02 17:44:12 +02:00
softsimon
5b09ffd42e Merge branch 'master' into mononaut/atomic-cpfp 2023-07-01 22:04:14 +02:00