aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/params.h
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
* 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-191-1/+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
* [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-311-1/+1
* 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
* Consensus: Remove ISMNicolasDorier2016-07-231-4/+4
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+1
* 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
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Make skipping BIP30 check chain agnosticAlex Morcos2015-11-021-0/+3
* Added fPowNoRetargeting field to Consensus::Params that disables nBits recalc...Eric Lombrozo2015-10-191-0/+1
* 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