aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
AgeCommit message (Expand)Author
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-27Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille
2015-11-27Add merkle.{h,cpp}, generic merkle root/branch algorithmPieter Wuille
2015-11-12Merge pull request #6931Pieter Wuille
2015-11-03Restore MedianTimePast for locktime.Gregory Maxwell
2015-11-02Make skipping BIP30 check chain agnosticAlex Morcos
2015-11-01Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin...Gregory Maxwell
2015-10-23Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo...Mark Friedenbach
2015-10-19Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...Eric Lombrozo
2015-08-06Add debug message to CValidationState for optional extra informationWladimir J. van der Laan
2015-06-30Add absurdly high fee message to validation state (for RPC propagation)Shaul Kfir
2015-06-26Merge pull request #6124Wladimir J. van der Laan
2015-06-04use const references where appropriatePhilip Kaufmann
2015-05-15Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon
2015-05-09Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-04-20ensure consistent header comment naming conventionsPhilip Kaufmann
2015-04-10consensus: don't use arith_uint256 in consensus.hCory Fields
2015-03-25Consensus: Refactor: Introduce Consensus::Params classJorge Timón