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
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
really s/doge/dis/g this time
Tomo Ueda
2021-09-02
1
-1
/
+1
*
Remove relay-only rounding
Ross Nicoll
2021-08-17
1
-2
/
+2
*
Update or eliminate remaining tests (#1483)
Ross Nicoll
2018-09-19
1
-1
/
+3
*
Sync mining code from Namecore to resolve unit test failures (#1385)
Ross Nicoll
2018-09-19
1
-19
/
+19
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-3
/
+0
*
Replace test data with Dogecoin values
Ross Nicoll
2018-09-19
1
-32
/
+36
*
Fix to have miner test aware of new separate block min tx fee
Alex Morcos
2017-01-19
1
-4
/
+7
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
1
-1
/
+1
*
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-1
/
+2
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-21
1
-0
/
+1
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-3
/
+3
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-18
/
+15
*
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
1
-3
/
+1
*
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
1
-1
/
+1
*
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
1
-1
/
+1
*
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-2
/
+1
*
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-1
/
+1
|
\
|
*
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-1
/
+1
*
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
Wladimir J. van der Laan
2016-10-18
1
-11
/
+4
|
\
\
|
|
/
|
/
|
|
*
[c++11] Use std::unique_ptr for block creation.
Daniel Kraft
2016-06-18
1
-11
/
+4
*
|
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-1
/
+1
*
|
Enable size accounting in mining unit tests
Suhas Daftuar
2016-07-28
1
-3
/
+1
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-1
/
+4
|
/
*
Add unit tests for ancestor feerate mining
Suhas Daftuar
2016-06-16
1
-0
/
+109
*
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-13
1
-14
/
+14
|
\
|
*
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-05-18
1
-14
/
+14
*
|
Do not shadow local variables
Pavel Janík
2016-06-07
1
-2
/
+2
|
/
*
Corrected values
instagibbs
2016-04-07
1
-2
/
+2
*
Gave miner test values constants for less error-prone values.
instagibbs
2016-04-07
1
-24
/
+29
*
BIP9 Implementation
Pieter Wuille
2016-03-15
1
-3
/
+30
*
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-12
1
-31
/
+95
|
\
|
*
Implement SequenceLocks functions
Alex Morcos
2016-02-10
1
-31
/
+95
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
/
*
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
1
-24
/
+36
*
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
1
-11
/
+13
|
\
|
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-11
/
+13
*
|
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Prevector type
Pieter Wuille
2015-11-13
1
-1
/
+1
*
|
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
1
-1
/
+2
*
|
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-16
1
-12
/
+16
*
|
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
1
-13
/
+13
*
|
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-11
1
-1
/
+2
|
/
*
Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...
Gregory Maxwell
2015-11-03
1
-3
/
+4
*
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...
Gregory Maxwell
2015-11-01
1
-4
/
+3
*
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-10-23
1
-3
/
+4
*
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-22
1
-1
/
+1
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+5
[next]