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
/
node
/
miner.cpp
Age
Commit message (
Expand
)
Author
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
validation: move UpdateUncommittedBlockStructures and GenerateCoinbaseCommitm...
Anthony Towns
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-02-23
[miner] always assume we can create witness blocks
glozow
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-07
mining, refactor: add m_mempool.cs thread safety lock assertions
Jon Atack
2021-12-01
miner: Remove uncompiled MTP code
MarcoFalke
2021-12-01
style: Add {} to if-bodies in node/miner
MarcoFalke
2021-11-16
refactor: Replace validation.h include with forward-decl in miner.h
MarcoFalke
2021-11-16
scripted-diff: Move miner to src/node
MarcoFalke