Mononaut
92c88cf5b6
online calculation of stack-of-n-blocks fee statistics
2023-05-10 17:34:20 -06:00
Mononaut
0498002d2c
Optimize main thread processing of GBT updates
2023-05-08 23:01:17 -06:00
Mononaut
6d4c2f8f8f
optimize data structures for advanced GBT algorithm
2023-05-07 11:54:23 -06:00
Mononaut
b673fdbcd1
Fix new block mempool deletion race condition
2023-05-05 10:19:11 -07:00
softsimon
ee2aea2458
Merge branch 'master' into mononaut/mempool-effective-rates
2023-05-04 00:58:49 +04:00
Mononaut
a61c0eb60c
Add mempool position improvements to updateMempoolBlocks
2023-05-03 14:18:07 -06:00
Mononaut
9f32d43907
Improve stability of mempool tx position arrow
2023-05-03 14:18:06 -06:00
Mononaut
27c7b4be5f
use $ naming convention for async function names
2023-04-30 15:52:44 -06:00
Mononaut
e6a23567e0
await for mempool change handler after loading disk cache
2023-04-30 15:51:26 -06:00
Mononaut
11516db56e
Send mempool effective fee rate changes to frontend & apply
2023-04-05 08:42:01 +09:00
Mononaut
19cf0c06be
clean up unused vars in mempool-blocks.ts
2023-03-28 17:02:37 +09:00
Mononaut
6fed2a8fa9
use new median fee calculation for mempool blocks
2023-03-28 17:02:37 +09:00
Mononaut
677d0c96e2
log warnings for unexpectedly missing txs
2023-03-26 05:41:31 +09:00
Mononaut
570e99fb8f
handle stale transactions in block templates
2023-03-24 09:47:08 +09:00
Mononaut
384662fa68
Reduce data sent to mempool block 7 subscription
2023-02-17 19:11:12 -06:00
Mononaut
feab91e422
fix drift in next block viz with mixed template algos
2023-01-30 16:26:37 -06:00
Mononaut
87ce2cbc7a
improve thread error handling
2022-12-07 14:52:02 -06:00
Mononaut
d2285a0526
Refactor advanced gbt to minimize inter-thread comms
2022-12-07 14:52:01 -06:00
Mononaut
47f8551429
return more complete cpfp data for mempool transactions
2022-11-29 11:42:08 +09:00
Mononaut
433f930b0e
move new tx selection algorithm into thread worker
2022-11-22 14:43:55 +09:00
Mononaut
c81bee048a
Optimize makeBlockTemplates
2022-10-27 10:25:16 -06:00
Mononaut
04718b5e9d
Fix errors in block audit tx selection algorithm
2022-10-27 10:25:15 -06:00
Mononaut
cd0e6bae64
New projected block transaction selection algo
2022-10-27 10:25:15 -06:00
softsimon
bf0cfd9d38
Minor refactor for projected block transactions
2022-06-02 01:29:03 +04:00
Mononaut
8a20ae15cc
Stream projected block deltas instead of full data
2022-06-01 13:48:58 +00:00
Mononaut
9dacb8dac1
Data pipeline for projected mempool block overview
2022-06-01 13:48:34 +00:00
softsimon
74bd4c5c81
Use MEMPOOL_BLOCKS_AMOUNT config in the frontend
...
fixes #852
2021-10-05 04:37:24 +04:00
softsimon
0dcdbfcc64
Bugfix: Mempool block sizes were mixing up vsize and weight.
2021-08-14 03:24:31 +03:00
softsimon
6e44ea9d23
Use actual MEMPOOL_BLOCKS_AMOUNT value for amount of mempool blocks.
2021-08-07 03:07:32 +03:00
softsimon
049204ecbe
Adding configuration for blocks and mempool blocks amount.
2021-07-31 17:56:10 +03:00
softsimon
1008838e84
Make Block Weight Unit configurable in frontend+backend.
2021-07-31 17:30:35 +03:00
softsimon
f50d0fa22a
When filtering out lower fee parents, compare with effective fee instead of base fee to include a CPFP chain of transactions.
2021-04-10 21:26:05 +04:00
softsimon
58402c008f
CPFP support ( #395 )
...
* CPFP support.
fixes #5
fixes #353
fixes #360
* Use effectiveFeePerVsize for mempool statistics.
* Renaming endpoint cpfp-info to just cpfp.
* Renaming decended to BestDescendant.
* Updating language file with new strings.
2021-03-18 23:47:40 +07:00
andrewtoth
cdb992fcf3
Add recommended fee percentile config ( #394 )
2021-03-18 12:52:46 +07:00
softsimon
4cc8f8a3dc
Big refactor of multiple backends handling.
2020-12-28 04:47:22 +07:00
softsimon
e2a7683828
Revamping configuration file.
...
fixes #141
2020-10-19 11:57:02 +07:00
softsimon
87e9d631fc
Detect RBF-transactions and offer to track them.
...
fixes #78
2020-06-08 18:55:53 +07:00
softsimon
afe680b7cb
Push new block and mempool synchronized.
...
Measure projected block accuracy.
refs #47
2020-06-08 02:08:51 +07:00
softsimon
33cd77eba6
Code cleanup.
2020-06-07 17:30:32 +07:00
softsimon
df6372df2f
Duplicate code fix.
2020-05-24 16:29:30 +07:00
softsimon
3ed0e38582
Fixed sorting issue that caused the median calculation bug.
2020-03-20 02:07:12 +07:00
softsimon
aca1b20772
Adding "mempool block" details. Work in progress!
2020-03-17 21:53:20 +07:00
softsimon
35569d5c45
Responsive mempool blocks.
2020-03-12 21:56:07 +07:00
Simon Lindh
d6bfb77abe
Basic address tracking.
2020-02-26 03:31:45 +09:00
Simon Lindh
43f41b8aab
New base code for mempool blockchain explorerer
2020-02-26 03:19:26 +09:00