index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
util
/
mining.cpp
Age
Commit message (
Expand
)
Author
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-05-02
test: Add util to mine invalid blocks
MarcoFalke
2023-01-11
Merge bitcoin/bitcoin#26695: bench: BlockAssembler on a mempool with packages
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-22
[refactor] parameterize BlockAssembler::Options in PrepareBlock
glozow
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
style: Sort file list after rename
MarcoFalke
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke
2021-06-10
test/util: Use existing chainman in ::PrepareBlock
Carl Dong
2021-05-16
fuzz: Add utxo_snapshot target
MarcoFalke
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "scripted-diff: Invoke CreateNewBlock with chainstate"
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-06-15
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-06-15
util: Add Assert identity function
MarcoFalke
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-25
[test] move mining helper functions into test library
Martin Zumsande