aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-38/+38
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-0/+7
* Remove gArgs global from CreateChainParams to aid testingMarcoFalke2020-09-291-1/+1
* test: move HasReason so it can be reusedVasil Dimov2020-09-171-11/+0
* scripted-diff: Replace EnsureChainman with Assert in unit testsMarcoFalke2020-06-151-1/+1
* refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner2020-05-261-2/+2
* validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-1/+1
* rpc: Remove mempool global from minerMarcoFalke2019-12-231-2/+4
* test: Properly document blockinfo size in miner_testsMarcoFalke2019-12-201-3/+3
* scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke2019-11-151-39/+39
* test: Replace recursive lock with locking annotationsMarcoFalke2019-11-151-8/+12
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-3/+3
* txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWNMarcoFalke2019-07-221-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* [refactor] interfaces: Add missing LockAnnotation for cs_mainMarcoFalke2019-05-131-3/+3
* Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan2019-05-091-1/+1
|\
| * Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-1/+1
* | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-30/+30
|/
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* test: Add missing validation locksMarcoFalke2018-12-171-1/+1
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-18/+18
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-09-111-2/+2
* Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-1/+1
* Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan2018-08-291-24/+24
|\
| * scripted-diff: Remove unused first argument to addUncheckedMarcoFalke2018-07-301-24/+24
* | Merge #13769: Mark single-argument constructors "explicit"MarcoFalke2018-08-271-1/+1
|\ \
| * | Mark single-argument constructors "explicit"practicalswift2018-07-261-1/+1
* | | Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-1/+1
* | | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/
* / refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-1/+2
|/
* Remove redundant unused variablespracticalswift2018-07-181-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-3/+3
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #11824: Block ActivateBestChain to empty validationinterface queuePieter Wuille2017-12-291-17/+21
|\
| * Require no cs_main lock for ProcessNewBlock/ActivateBestChainMatt Corallo2017-12-261-17/+21
* | Merge #11220: Check specific validation error in miner testsWladimir J. van der Laan2017-12-191-5/+19
|\ \ | |/ |/|
| * [Tests] check specific validation error in miner testsSjors Provoost2017-11-091-5/+19
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-17/+17
|/
* [consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery2017-11-061-17/+18
* Remove nBlockMaxSize from miner opt struct as it is no longer used.Gregory Maxwell2017-09-181-1/+0
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* Simplify "bool x = y ? true : false" to "bool x = y"practicalswift2017-06-111-3/+3
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-2/+2
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-2/+2