aboutsummaryrefslogtreecommitdiff
path: root/src/node/miner.cpp
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-08-05Make adjusted time type safeMacroFake
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-27Merge bitcoin/bitcoin#24934: refactor, miner: Delete call to UpdatePackagesFo...MacroFake
2022-05-20Add ChainstateManager::m_adjusted_time_callbackCarl Dong
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-10validation: move g_versionbitscache into ChainstateManagerAnthony Towns
2022-05-10validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...Anthony Towns
2022-04-22Delete UpdatePackagesForAdded at beginning of addPackageTxs.KevinMusgrave
2022-04-01Remove buggy and confusing IncrementExtraNonceMarcoFalke
2022-03-17Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functionsMarcoFalke
2022-03-09refactor: more const annotations for uses of CBlockIndex*Anthony Towns
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-07mining, refactor: add m_mempool.cs thread safety lock assertionsJon Atack
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