aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/mining.cpp
AgeCommit message (Expand)Author
2022-08-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
2022-06-06miner: Make mempool optional for BlockAssemblerCarl Dong
2022-05-18Do not pass CChainParams& to BlockAssembler constructorMacroFake
2022-05-10validation: remove redundant CChainParams params from ChainstateManager methodsAnthony Towns
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-16style: Sort file list after renameMarcoFalke
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-06-10test/util: Use existing chainman in ::PrepareBlockCarl Dong
2021-05-16fuzz: Add utxo_snapshot targetMarcoFalke
2021-03-24miner: Add chainstate member to BlockAssemblerCarl Dong
2021-03-24Revert "scripted-diff: Invoke CreateNewBlock with chainstate"Carl Dong
2021-03-08scripted-diff: Invoke CreateNewBlock with chainstateCarl Dong
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-06-15scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke
2020-06-15util: Add Assert identity functionMarcoFalke
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-11-25[test] move mining helper functions into test libraryMartin Zumsande