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.h
Age
Commit message (
Expand
)
Author
2021-05-27
miner: Pass in chainman to RegenerateCommitments
Carl Dong
2021-04-05
miner: Pass in previous CBlockIndex to RegenerateCommitments
Carl Dong
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
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-09-04
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
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
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-05
Add Clang thread safety analysis annotations
practicalswift
2018-03-14
Remove unused variable in SortForBlock
Drew Rasmussen
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-12-07
Make boost::multi_index comparators const
Suhas Daftuar
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-18
Remove nBlockMaxSize from miner opt struct as it is no longer used.
Gregory Maxwell
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-08-26
Fix boost headers included as user instead of system headers
Dan Raviv
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-03-30
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools
Wladimir J. van der Laan
2017-03-29
Update benchmarking with package statistics
Suhas Daftuar
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-26
Abstract out BlockAssembler options
Pieter Wuille
2017-01-04
Introduce -blockmintxfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-06-30
Remove -blockminsize option
Suhas Daftuar
2016-06-30
Remove addScoreTxs()
Suhas Daftuar
2016-06-30
Exclude witness transactions in addPackageTxs() pre-segwit activation
Suhas Daftuar
2016-06-27
CreateNewBlock: add support for size-accounting to addPackageTxs
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-18
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-16
Use ancestor-feerate based transaction selection for mining
Suhas Daftuar
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
[next]