172 Commits

Author SHA1 Message Date
softsimon
2c22200820
Log mempool stats on new blocks 2024-02-10 20:45:58 +08:00
Mononaut
1121136a5e
Reduce the network size of mempool block websocket updates 2024-02-08 22:40:22 +00:00
softsimon
4fe745817c
Merge pull request #4137 from mempool/mononaut/multi-address-tracking
Multi address tracking
2024-01-24 23:14:00 +07:00
Mononaut
0cddfcfa64
Fix missing quotes on multi-address-tracking error msg 2024-01-23 14:04:15 +00:00
Mononaut
aa0948a154
Add multi-address-tracking limit config 2024-01-23 13:36:42 +00:00
Mononaut
8f7895cb2e
Track dropped txs in multi-address subscription 2024-01-23 13:36:42 +00:00
Mononaut
77a526b91c
Normalize scriptpubkeys to lowercase 2024-01-23 13:36:42 +00:00
Mononaut
ccd9642a01
Deduplicate address validation code 2024-01-23 13:36:41 +00:00
Mononaut
8642956dc2
Add track-scriptpubkeys websocket subscription 2024-01-23 13:36:41 +00:00
Mononaut
57c3861ca6
Support multi address websocket subscriptions 2024-01-23 13:36:41 +00:00
Mononaut
7405cf8336
Add block classification indexing 2024-01-23 01:44:19 +00:00
Mononaut
c1785993a8
Fix websocket subscription logging 2024-01-02 16:26:57 +00:00
Mononaut
23ececca95
Optimize websocket updates on new block 2023-12-31 18:07:39 +00:00
Mononaut
652100f774
More verbose websocket error logs 2023-11-25 09:02:27 +00:00
Mononaut
0f04f751e1
Disconnect websocket clients on error 2023-11-25 08:27:17 +00:00
Mononaut
420fbf3d6f
Hide the blockchain arrow when transaction is replaced 2023-09-29 00:02:01 +01:00
Mononaut
9b17c16325
Notify address page of removed transactions 2023-09-14 23:25:21 +00:00
Mononaut
528877f43f
Send cpfp/effective fee rate changes to subscribed ws clients 2023-08-27 00:30:55 +09:00
softsimon
41eecfa7df
Merge pull request #4095 from mempool/mononaut/refactor-address-tracking
Refactor websocket address tracking
2023-08-07 12:13:07 +09:00
Mononaut
38e9021e8c
simplify scriptpubkey tracking 2023-08-07 10:43:42 +09:00
Mononaut
3074d814e7
precompute address transactions for websocket msg loop 2023-08-04 13:59:49 +09:00
nymkappa
8936273aeb
Merge branch 'master' into mononaut/acceleration-viz 2023-08-03 15:28:56 +09:00
nymkappa
f8faccd502
Merge branch 'master' into mononaut/acceleration-viz 2023-07-29 13:51:49 +09:00
Mononaut
2c613195cc
Add support for compressed p2pk addresses 2023-07-28 19:17:52 +09:00
Mononaut
5b2470955d
track p2pk addresses by scriptpubkey not scripthash 2023-07-28 16:09:39 +09:00
Mononaut
74b87b6006
Support p2pk track-address websocket subscriptions 2023-07-28 16:09:39 +09:00
Mononaut
cde4af5930
fix mismatched use of gbt implementations 2023-07-26 15:08:35 +09:00
Mononaut
928a8be846
fix pool-dependent accelerated audit handling 2023-07-26 15:08:34 +09:00
Mononaut
2a2aee21fb
fix audit highlightning and fee ranges 2023-07-26 15:08:34 +09:00
Mononaut
ffc2b6c53c
Add acceleration support to rust gbt 2023-07-26 15:08:34 +09:00
Mononaut
6494f890fe
include per-tx pools in /accelerations endpoint 2023-07-26 15:08:34 +09:00
Mononaut
ba54bc9d15
support for acceleration mempool blocks animation 2023-07-26 15:08:33 +09:00
Mononaut
083bfdba06
Refactor accelerated audits 2023-07-26 15:08:33 +09:00
Mononaut
c246db1cf9
Refactor acceleration tracking 2023-07-26 15:08:33 +09:00
Mononaut
aa24f6a84d
use accelerated rates for block templates & show in viz 2023-07-26 15:08:33 +09:00
Mononaut
e489f713eb
include accelerated tx data in block audits 2023-07-26 15:08:26 +09:00
Mononaut
2d463326e0
fix gbt mempool size mismatch bug 2023-07-24 17:22:38 +09:00
Mononaut
de4265a6d1
More conservative mempool inSync status 2023-07-24 16:22:22 +09:00
Mononaut
4309bfd519
Fix websocket null data for undefined rbfSummary 2023-07-17 17:53:26 +09:00
Mononaut
bf5a16b043
always send 6 latest transactions to websocket clients 2023-07-17 11:02:28 +09:00
Mononaut
565336df21
Set missing websocket init data 2023-07-16 18:39:51 +09:00
Mononaut
fa48791c59
reduce latest rbf websocket data 2023-07-14 16:15:03 +09:00
Mononaut
e8c703fdbc
replace client recent blocks on reorg 2023-07-13 10:43:18 +09:00
Mononaut
f1966768a7
exclude fullrbf txs from audit and label in visualization 2023-07-10 15:34:22 +09:00
Mononaut
db8c34ae61
misc JS-side gbt performance optimizations 2023-07-03 10:18:22 -04:00
Mononaut
fc504012d5
Enforce Rust GBT instance lifecycle 2023-07-03 10:18:18 -04:00
Mononaut
8f675c7062
Add Rust GBT config flag 2023-07-03 10:18:18 -04:00
Mononaut
52bb8b4a4d
Rust GBT proof of concept 2023-07-03 10:18:14 -04:00
softsimon
5f582195ad
Merge branch 'master' into mononaut/effective-rate-templates 2023-07-02 18:11:28 +02:00
Mononaut
eaad63a082
frontend resync recent blocks when necessary 2023-06-30 19:43:04 -04:00