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
/
miner_tests.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-11
Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-08-29
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-27
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-30
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
Mark single-argument constructors "explicit"
practicalswift
2018-07-18
Remove redundant unused variables
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-29
Merge #11824: Block ActivateBestChain to empty validationinterface queue
Pieter Wuille
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-19
Merge #11220: Check specific validation error in miner tests
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
[Tests] check specific validation error in miner tests
Sjors Provoost
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-09-18
Remove nBlockMaxSize from miner opt struct as it is no longer used.
Gregory Maxwell
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-11
Simplify "bool x = y ? true : false" to "bool x = y"
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-05-18
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification
Wladimir J. van der Laan
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-26
Run miner_tests with fixed options
Pieter Wuille
2017-01-19
Fix to have miner test aware of new separate block min tx fee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-04
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-21
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-07-28
Enable size accounting in mining unit tests
Suhas Daftuar
[next]