aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Expand)AuthorAgeFilesLines
* Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-272-0/+35
* Add merkle.{h,cpp}, generic merkle root/branch algorithmPieter Wuille2015-11-272-0/+169
* Merge pull request #6931Pieter Wuille2015-11-121-0/+3
|\
| * Make skipping BIP30 check chain agnosticAlex Morcos2015-11-021-0/+3
* | Restore MedianTimePast for locktime.Gregory Maxwell2015-11-031-0/+6
|/
* Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell2015-11-011-6/+0
* Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach2015-10-231-0/+6
* Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...Eric Lombrozo2015-10-191-0/+1
* Add debug message to CValidationState for optional extra informationWladimir J. van der Laan2015-08-061-4/+9
* Add absurdly high fee message to validation state (for RPC propagation)Shaul Kfir2015-06-301-4/+4
* Merge pull request #6124Wladimir J. van der Laan2015-06-261-2/+0
|\
| * Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd2015-05-091-2/+0
* | use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* | Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+80
|/
* Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+18
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-3/+3
* consensus: don't use arith_uint256 in consensus.hCory Fields2015-04-101-2/+1
* Consensus: Refactor: Introduce Consensus::Params classJorge Timón2015-03-251-0/+32