Age | Commit message (Expand) | Author |
2024-11-13 | Apply mempool changeset transactions directly into the mempool | Suhas Daftuar |
2023-11-21 | Use Txid in COutpoint | dergoegge |
2023-11-13 | Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie... | fanquake |
2023-11-10 | [refactor] Add helper for retrieving mempool entry | TheCharlatan |
2023-11-08 | [refactor] updating miniminer comments to be more accurate | kevkevin |
2023-11-07 | [refactor] Change MiniMinerMempoolEntry order | kevkevin |
2023-11-03 | [test] MiniMiner::Linearize and manual construction | glozow |
2023-11-03 | [refactor] unify fee amounts in miniminer_tests | glozow |
2023-11-03 | [test] add case for MiniMiner working with negative fee txns | glozow |
2023-09-13 | Fix calculation of ancestor set feerates in test | Murch |
2023-09-13 | Match tx names to index in miniminer overlap test | Murch |
2023-08-17 | Remove unused includes from txmempool.h | MarcoFalke |
2023-06-29 | script: appease spelling linter | Jon Atack |
2023-06-12 | Use `int32_t` type for most transaction size/weight values | Hennadii Stepanov |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-04-06 | [unit test] GatherClusters and MiniMiner unit tests | glozow |