Age | Commit message (Expand) | Author |
2023-08-05 | refactor: Fix logging.h includes | TheCharlatan |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-01-16 | miner: don't re-apply default Options value if argument is unset | stickies-v |
2023-01-16 | refactor: avoid duplicating BlockAssembler::Options members | stickies-v |
2023-01-12 | refactor: rename local gArgs to args | stickies-v |
2023-01-11 | Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages | Andrew Chow |
2023-01-03 | Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance... | 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-12-13 | mempool: log/halt when CalculateMemPoolAncestors fails unexpectedly | stickies-v |
2022-12-13 | mempool: use util::Result for CalculateMemPoolAncestors | stickies-v |
2022-10-10 | Merge bitcoin/bitcoin#26118: log: Use steady clock for bench logging | MacroFake |
2022-10-09 | Merge bitcoin/bitcoin#26103: refactor: mempool: use CTxMemPool::Limits | glozow |
2022-10-06 | Merge bitcoin/bitcoin#24364: refactor: remove duplicate code from BlockAssembler | glozow |
2022-10-05 | refactor: mempool: use CTxMempool::Limits | stickies-v |
2022-09-19 | Use steady clock for bench logging | MacroFake |
2022-09-19 | scripted-diff: Rename time symbols | MacroFake |
2022-09-09 | scripted-diff: rename CChainState -> Chainstate | James O'Beirne |
2022-08-05 | Make adjusted time type safe | MacroFake |
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-27 | Merge bitcoin/bitcoin#24934: refactor, miner: Delete call to UpdatePackagesFo... | MacroFake |
2022-05-20 | Add ChainstateManager::m_adjusted_time_callback | Carl Dong |
2022-05-18 | Do not pass CChainParams& to BlockAssembler constructor | MacroFake |
2022-05-10 | validation: move g_versionbitscache into ChainstateManager | Anthony Towns |
2022-05-10 | validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm... | Anthony Towns |
2022-04-22 | Delete UpdatePackagesForAdded at beginning of addPackageTxs. | KevinMusgrave |
2022-04-01 | Remove buggy and confusing IncrementExtraNonce | MarcoFalke |
2022-03-17 | Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions | MarcoFalke |
2022-03-09 | refactor: more const annotations for uses of CBlockIndex* | Anthony Towns |
2022-02-23 | [miner] always assume we can create witness blocks | glozow |
2022-02-16 | refactor: remove duplicate code from BlockAssembler | James O'Beirne |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-07 | mining, refactor: add m_mempool.cs thread safety lock assertions | Jon Atack |
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 |