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
2016-07-28
Enable size accounting in mining unit tests
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-16
Add unit tests for ancestor feerate mining
Suhas Daftuar
2016-06-13
Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class
Wladimir J. van der Laan
2016-06-07
Do not shadow local variables
Pavel Janík
2016-05-18
Refactor CreateNewBlock to be a method of the BlockAssembler class
Alex Morcos
2016-04-07
Corrected values
instagibbs
2016-04-07
Gave miner test values constants for less error-prone values.
instagibbs
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Rewrite CreateNewBlock
Alex Morcos
2015-12-01
Merge pull request #6915
Wladimir J. van der Laan
2015-12-01
Merge pull request #6914
Wladimir J. van der Laan
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-16
Implement helper class for CTxMemPoolEntry constructor
Alex Morcos
2015-11-13
Prevector type
Pieter Wuille
2015-11-11
Chainparams: Explicit CChainParams arg for miner:
Jorge Timón
2015-11-11
Chainparams: Explicit CChainParams arg for main (pre miner):
Jorge Timón
2015-11-03
Revert "Revert "Enable policy enforcing GetMedianTimePast as the end point of...
Gregory Maxwell
2015-11-01
Revert "Enable policy enforcing GetMedianTimePast as the end point of lock-ti...
Gregory Maxwell
2015-10-23
Enable policy enforcing GetMedianTimePast as the end point of lock-time const...
Mark Friedenbach
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-06-10
Merge pull request #6222
Wladimir J. van der Laan
2015-06-02
Explicitly set tx.nVersion for the genesis block and mining tests
Mark Friedenbach
2015-06-02
Be stricter in processing unrequested blocks
Suhas Daftuar
2015-06-01
Merge pull request #6183
Wladimir J. van der Laan
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-15
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-04-30
checkpoints: move the checkpoints enable boolean into main
Cory Fields
2015-04-10
Revert mining changes in #5957
Wladimir J. van der Laan
2015-04-01
Bugfix: make CreateNewBlock return pindexPrev
Pieter Wuille
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-24
Merge pull request #1816
Wladimir J. van der Laan
2014-11-18
miner_tests: Disable checkpoints so they don't fail the subsidy-change test
Luke Dashjr
2014-11-04
Merge pull request #5162
Wladimir J. van der Laan
2014-11-03
Merge pull request #5106
Wladimir J. van der Laan
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-28
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-02
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-10-02
Revert merge of pull #4845
Wladimir J. van der Laan
2014-09-29
Switch testing framework from MAIN to new UNITTEST network
SergioDemianLerner
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
Switch miner.cpp to use sha2 instead of OpenSSL.
Pieter Wuille
[next]