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
/
miner.cpp
Age
Commit message (
Expand
)
Author
2021-03-24
miner: Add chainstate member to BlockAssembler
Carl Dong
2021-03-24
Revert "miner: Pass in chainstate to BlockAssembler::CreateNewBlock"
Carl Dong
2021-03-24
Revert "miner: Remove old CreateNewBlock w/o chainstate param"
Carl Dong
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-08
miner: Pass in blockman to ::RegenerateCommitments
Carl Dong
2021-03-08
miner: Remove old CreateNewBlock w/o chainstate param
Carl Dong
2021-03-08
miner: Pass in chainstate to BlockAssembler::CreateNewBlock
Carl Dong
2021-01-28
validation: Pass in chainstate to TestBlockValidity
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-06-15
refactor: Remove unused BlockAssembler::pblock member var
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
Add generateblock rpc
Andrew Toth
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-11-20
refactor: Remove unused COINBASE_FLAGS
Neha Narula
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-09
[build] Add several util units
John Newbery
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-05
miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-10
Remove unused argument to DefaultOptions(...)
practicalswift
2018-06-23
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-04-09
Remove duplicate includes
practicalswift
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
2018-02-16
[doc] dev-notes: Members should be initialized
MarcoFalke
2018-01-13
Use mempool's ancestor sort in transaction selection
Suhas Daftuar
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-08-23
Fix potential null dereferences
MeshCollider
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
[next]