MarcoFalke
|
fa6a007b8e
|
fuzz: Avoid integer sanitizer warnings in policy_estimator target
|
2025-03-27 11:54:39 +01:00 |
|
Anthony Towns
|
1e9684f39f
|
mempool_entry: add mempool entry sequence number
|
2023-08-03 13:42:45 +10:00 |
|
Hennadii Stepanov
|
38941a703e
|
refactor: Move txmempool_entry.h --> kernel/mempool_entry.h
|
2022-11-30 10:37:57 +00:00 |
|
MarcoFalke
|
fa3b2cf277
|
fuzz: Move-only net utils
|
2022-11-23 17:26:01 +01:00 |
|
Hennadii Stepanov
|
75bbe594e5
|
refactor: Move CTxMemPoolEntry class to its own module
This change nukes the policy/fees->mempool circular dependency.
Easy to review using `diff --color-moved=dimmed-zebra`.
|
2022-11-16 20:16:07 +00:00 |
|
fanquake
|
8a6b6dfcd8
|
fuzz: pass max fee into ConsumeTxMemPoolEntry
|
2022-10-04 21:12:50 +01:00 |
|
fanquake
|
eb15569280
|
fuzz: add util/mempool/h.cpp
Moving the mempool code (Boost) out of util.h, results in a ~10% speedup
(for me) when compiling the fuzz tests.
|
2022-10-04 21:12:50 +01:00 |
|