aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/mempool_entry.h
AgeCommit message (Expand)Author
2024-01-02tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed`ismaelsadeeq
2023-12-01Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...Andrew Chow
2023-11-22CValidationInterface: modify the parameter of `TransactionAddedToMempool`ismaelsadeeq
2023-11-22CValidationInterface, mempool: add new callback to `CValidationInterface`ismaelsadeeq
2023-11-17refactor: Make CTxMemPoolEntry only explicitly copyableTheCharlatan
2023-11-10scripted-diff: rename vTxHashes to txns_randomizedTheCharlatan
2023-11-10[txmempool] make CTxMemPoolEntry::lockPoints mutableglozow
2023-11-10[refactor] Add helper for iterating through mempool entriesstickies-v
2023-08-07mempool_entry: improve struct packingAnthony Towns
2023-08-03mempool_entry: add mempool entry sequence numberAnthony Towns
2023-06-14refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN suppMarcoFalke
2023-06-12Use `int32_t` type for most transaction size/weight valuesHennadii Stepanov
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov