index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
miner_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-38
/
+38
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-0
/
+7
*
Remove gArgs global from CreateChainParams to aid testing
MarcoFalke
2020-09-29
1
-1
/
+1
*
test: move HasReason so it can be reused
Vasil Dimov
2020-09-17
1
-11
/
+0
*
scripted-diff: Replace EnsureChainman with Assert in unit tests
MarcoFalke
2020-06-15
1
-1
/
+1
*
refactor: replace pointers by references within tx_verify.{h,cpp}
Sebastian Falbesoner
2020-05-26
1
-2
/
+2
*
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
1
-1
/
+1
*
rpc: Remove mempool global from miner
MarcoFalke
2019-12-23
1
-2
/
+4
*
test: Properly document blockinfo size in miner_tests
MarcoFalke
2019-12-20
1
-3
/
+3
*
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-15
1
-39
/
+39
*
test: Replace recursive lock with locking annotations
MarcoFalke
2019-11-15
1
-8
/
+12
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-3
/
+3
*
txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
MarcoFalke
2019-07-22
1
-1
/
+1
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
1
-3
/
+3
*
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
1
-1
/
+1
|
\
|
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-1
/
+1
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-30
/
+30
|
/
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
test: Add missing validation locks
MarcoFalke
2018-12-17
1
-1
/
+1
*
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
1
-18
/
+18
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-09-11
1
-2
/
+2
*
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-1
/
+1
*
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
1
-24
/
+24
|
\
|
*
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-30
1
-24
/
+24
*
|
Merge #13769: Mark single-argument constructors "explicit"
MarcoFalke
2018-08-27
1
-1
/
+1
|
\
\
|
*
|
Mark single-argument constructors "explicit"
practicalswift
2018-07-26
1
-1
/
+1
*
|
|
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+1
*
|
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
|
/
*
/
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-1
/
+2
|
/
*
Remove redundant unused variables
practicalswift
2018-07-18
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-3
/
+3
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #11824: Block ActivateBestChain to empty validationinterface queue
Pieter Wuille
2017-12-29
1
-17
/
+21
|
\
|
*
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-26
1
-17
/
+21
*
|
Merge #11220: Check specific validation error in miner tests
Wladimir J. van der Laan
2017-12-19
1
-5
/
+19
|
\
\
|
|
/
|
/
|
|
*
[Tests] check specific validation error in miner tests
Sjors Provoost
2017-11-09
1
-5
/
+19
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-17
/
+17
|
/
*
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
1
-17
/
+18
*
Remove nBlockMaxSize from miner opt struct as it is no longer used.
Gregory Maxwell
2017-09-18
1
-1
/
+0
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
Simplify "bool x = y ? true : false" to "bool x = y"
practicalswift
2017-06-11
1
-3
/
+3
*
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-2
/
+2
*
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-2
/
+2
[next]