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.h
Age
Commit message (
Expand
)
Author
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-05-27
miner: Make UpdatePackagesForAdded static
Carl Dong
2022-05-27
miner: Absorb SkipMapTxEntry into addPackageTxs
Carl Dong
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-06
Merge bitcoin/bitcoin#24538: miner: bug fix? update for ancestor inclusion us...
MacroFake
2022-04-01
Remove buggy and confusing IncrementExtraNonce
MarcoFalke
2022-03-21
Use CAmount for fee delta and modified fee
MarcoFalke
2022-03-14
[miner] bug fix: update for parent inclusion using modified fee
glozow
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-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