aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Expand)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-1/+1
* Fixate BIP65 softfork heightsPatrick Lodder2021-02-131-1/+1
* Clean up RPC tests (#1465)Ross Nicoll2018-09-191-2/+0
* Initialise left/right consensus branches to null (#1435)Ross Nicoll2018-09-191-2/+2
* Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-09-192-5/+2
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-13/+11
* Change BIP65/66 enforcement to match Dogecoin (#1403)Ross Nicoll2018-09-191-1/+6
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-191-0/+18
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2018-09-191-1/+5
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-131-0/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-314-4/+4
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell2016-11-021-0/+1
* Define start and end time for segwit deploymentPieter Wuille2016-10-171-1/+1
* Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-3/+3
|\
| * [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-3/+3
* | Consensus: Remove ISMNicolasDorier2016-07-231-4/+4
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
|/
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-3/+9
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-224-0/+21
* Implement BIP 9 GBT changesLuke Dashjr2016-06-061-0/+1
* Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille2016-03-181-0/+1
* Add testing of ComputeBlockVersionSuhas Daftuar2016-03-151-1/+2
* BIP9 ImplementationPieter Wuille2016-03-151-0/+28
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-1/+4
|\
| * Implement SequenceLocks functionsAlex Morcos2016-02-101-1/+4
* | Add missing copyright headersMarcoFalke2016-01-051-0/+4
* | Bump copyright headers to 2015MarcoFalke2015-12-133-3/+3
|/
* 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