Age | Commit message (Expand) | Author |
2024-08-07 | Merge bitcoin/bitcoin#30194: refactor: use recommended type hiding on multi_i... | glozow |
2024-07-16 | refactor: pass BlockCreateOptions to createNewBlock | Sjors Provoost |
2024-06-30 | Moved the repeated -printpriority fetching out of AddToBlock | LÅ‘rinc |
2024-06-18 | Always pass options to BlockAssembler constructor | Sjors Provoost |
2024-05-29 | refactor: use recommended type hiding on multi_index types | Cory Fields |
2023-11-10 | [refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids | glozow |
2023-08-17 | Remove unused includes from txmempool.h | MarcoFalke |
2023-05-31 | Add public Boost headers explicitly | Hennadii Stepanov |
2023-01-16 | refactor: avoid duplicating BlockAssembler::Options members | stickies-v |
2023-01-11 | Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-22 | [miner] allow bypassing TestBlockValidity | glozow |
2022-12-22 | [refactor] add helper to apply ArgsManager to BlockAssembler::Options | glozow |
2022-09-09 | scripted-diff: rename CChainState -> Chainstate | James O'Beirne |
2022-06-06 | miner: Make mempool optional for BlockAssembler | Carl Dong |
2022-05-27 | miner: Make UpdatePackagesForAdded static | Carl Dong |
2022-05-27 | miner: Absorb SkipMapTxEntry into addPackageTxs | Carl Dong |
2022-05-18 | Do not pass CChainParams& to BlockAssembler constructor | MacroFake |
2022-05-06 | Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us... | MacroFake |
2022-04-01 | Remove buggy and confusing IncrementExtraNonce | MarcoFalke |
2022-03-21 | Use CAmount for fee delta and modified fee | MarcoFalke |
2022-03-14 | [miner] bug fix: update for parent inclusion using modified fee | glozow |
2022-02-23 | [miner] always assume we can create witness blocks | glozow |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-01 | miner: Remove uncompiled MTP code | MarcoFalke |
2021-12-01 | style: Add {} to if-bodies in node/miner | MarcoFalke |
2021-11-16 | refactor: Replace validation.h include with forward-decl in miner.h | MarcoFalke |
2021-11-16 | scripted-diff: Move miner to src/node | MarcoFalke |