aboutsummaryrefslogtreecommitdiff
path: root/src/node/miner.h
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-06-06miner: Make mempool optional for BlockAssemblerCarl Dong
2022-05-27miner: Make UpdatePackagesForAdded staticCarl Dong
2022-05-27miner: Absorb SkipMapTxEntry into addPackageTxsCarl Dong
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-06Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...MacroFake
2022-04-01Remove buggy and confusing IncrementExtraNonceMarcoFalke
2022-03-21Use CAmount for fee delta and modified feeMarcoFalke
2022-03-14[miner] bug fix: update for parent inclusion using modified feeglozow
2022-02-23[miner] always assume we can create witness blocksglozow
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-01miner: Remove uncompiled MTP codeMarcoFalke
2021-12-01style: Add {} to if-bodies in node/minerMarcoFalke
2021-11-16refactor: Replace validation.h include with forward-decl in miner.hMarcoFalke
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke