aboutsummaryrefslogtreecommitdiff
path: root/src/node/miner.h
AgeCommit message (Expand)Author
2024-08-07Merge bitcoin/bitcoin#30194: refactor: use recommended type hiding on multi_i...glozow
2024-07-16refactor: pass BlockCreateOptions to createNewBlockSjors Provoost
2024-06-30Moved the repeated -printpriority fetching out of AddToBlockLÅ‘rinc
2024-06-18Always pass options to BlockAssembler constructorSjors Provoost
2024-05-29refactor: use recommended type hiding on multi_index typesCory Fields
2023-11-10[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txidsglozow
2023-08-17Remove unused includes from txmempool.hMarcoFalke
2023-05-31Add public Boost headers explicitlyHennadii Stepanov
2023-01-16refactor: avoid duplicating BlockAssembler::Options membersstickies-v
2023-01-11Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packagesAndrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-22[miner] allow bypassing TestBlockValidityglozow
2022-12-22[refactor] add helper to apply ArgsManager to BlockAssembler::Optionsglozow
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