Commit graph

115 commits

Author SHA1 Message Date
Mononaut
09e4e44e88
Count sigops & use adjusted vsizes in mempool projections 2023-05-31 11:29:56 -04:00
softsimon
0703690190
Merge pull request #3785 from mempool/mononaut/mined-block-rbf
Detect RBF by mined transactions
2023-05-30 14:50:07 +07:00
Mononaut
369db7a63c
Detect RBF by mined transactions 2023-05-18 09:51:41 -04:00
Mononaut
81ec54fcb3
Omit possible high-sigop txs from block health score 2023-05-17 11:46:50 -04:00
Mononaut
ffd7831efc
optimize websocket init data 2023-05-10 08:05:39 -06:00
Mononaut
f8636d20c2
optimize batch client websocket updates 2023-05-10 08:05:39 -06:00
Mononaut
428d4fc6ab
optimize data structures for advanced GBT algorithm 2023-05-07 11:54:23 -06:00
Mononaut
3d0f7d6855
add missing rbf eviction 2023-05-05 10:20:17 -07:00
Mononaut
3b8bcc4da5
Improve stability of mempool tx position arrow 2023-05-03 14:18:06 -06:00
Mononaut
6fb4adc27d
fixes for non-dual-node rbf feature 2023-05-03 12:53:56 -06:00
Mononaut
086b41d958
support trees of RBF replacements 2023-05-03 12:53:56 -06:00
Mononaut
f46296a2bb
new page listing recent RBF events 2023-05-03 12:53:53 -06:00
Mononaut
7b2a1cfd10
update RBF timeline over websocket 2023-05-03 12:52:21 -06:00
Mononaut
03ee5c7c31
skip unnecessary makeBlockTemplates 2023-05-02 18:47:34 -06:00
Mononaut
3748102bb0
Log websocket statistics 2023-05-01 13:08:29 -06:00
Mononaut
4597bfa5d7
use $ naming convention for async function names 2023-04-30 15:52:44 -06:00
Mononaut
edfbede704
Don't send back difficulty adjustment info 2023-03-26 09:05:41 +09:00
Mononaut
b5c2073414
Fix getSimilarity error on empty mempool 2023-03-16 22:16:40 +09:00
Mononaut
25aacb5046
Calculate similarity score with audit disabled 2023-03-16 22:16:40 +09:00
Mononaut
c24724dcdf
animate mempool blocks conditional on mined block similarity 2023-03-16 22:16:40 +09:00
nymkappa
d483362a9b
Handle missing price (show 0) 2023-03-04 10:51:13 +09:00
Mononaut
2363631326
Add audit / block health config feature flag 2023-02-15 16:28:29 +09:00
nymkappa
32aa7aaff1
Remove bisq price fetch and replace it with our in house price index 2023-02-15 16:05:14 +09:00
Mononaut
8f3b8276c5
safer mempool cloning for different GBT algorithms 2023-02-10 07:43:39 -06:00
Mononaut
e8c3273541
fix drift in next block viz with mixed template algos 2023-01-30 16:26:37 -06:00
Mononaut
d778530620
keep cached RBF info for 24 hours after tx leaves the mempool 2023-01-17 19:24:57 -06:00
Mononaut
0481f57304
cache, serve & display more comprehensive RBF info 2023-01-17 16:09:16 -06:00
Mononaut
4d0637768d
Refactor advanced gbt to minimize inter-thread comms 2022-12-07 14:52:01 -06: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
Mononaut
79f6ae3b6f
fix post-block advanced gbt call 2022-12-03 12:11:21 +09:00
Mononaut
132e848fdc
Fix block summaries repo upsert race condition 2022-12-03 10:49:10 +09:00
softsimon
030889250f
Mempool GBT config 2022-11-30 17:56:53 +09:00
Mononaut
276470474d
save 'fresh' transactions in block audit repository 2022-11-24 17:10:53 +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
Mononaut
a32f960c4a
db migration to clear obsolete audit data 2022-11-22 14:07:29 +09:00
Mononaut
b6343ddc2d
Clean up block audit page & tweak color scheme 2022-10-28 18:49:28 -06:00
Mononaut
6d28259515
disable block audits unless indexing is enabled 2022-10-28 15:16:03 -06:00
Mononaut
968d7b827b
Optimize makeBlockTemplates 2022-10-27 10:25:16 -06:00
Mononaut
832ccdac46
improve audit analysis and scoring 2022-10-27 10:25:15 -06:00
Mononaut
702ff2796a
New projected block transaction selection algo 2022-10-27 10:25:15 -06:00
nymkappa
2872d2e299
Refactor BlocksSummariesRepository::$saveSummary 2022-07-15 21:48:39 +02:00
nymkappa
1be7c953ea
Save current progress on the block audit page 2022-07-14 20:41:50 +02:00
nymkappa
0887428066
Save block predictions results in db and show results in a chart 2022-07-06 22:27:45 +02:00
Felipe Knorr Kuhn
3c2171efb3
Fix WebSocket type error 2022-07-04 08:37:36 -07:00
softsimon
ebda00dc74
Send empty list of transactions if data isn't available yet 2022-06-06 14:31:17 +04:00
softsimon
f0a2ddf57b
Minor refactor for projected block transactions 2022-06-02 01:29:03 +04:00
Mononaut
3ffc4956f4 Stream projected block deltas instead of full data 2022-06-01 13:48:58 +00:00
Mononaut
79dae84363 Data pipeline for projected mempool block overview 2022-06-01 13:48:34 +00:00