aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/params.h
Commit message (Expand)AuthorAgeFilesLines
* Switch naming of AuxPoW activation to match BIPxxHeight styleRoss Nicoll2021-06-081-13/+1
* Introduce AuxPoW chain parametersRoss Nicoll2021-06-051-0/+17
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-0/+1
* Make assume valid minimum interval per-chain configurableRoss Nicoll2021-05-201-0/+2
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-0/+2
* doc: Move assumed-values doxygen comments to headerMarcoFalke2020-10-151-0/+2
* Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille2020-10-121-0/+1
* add signet basic support (signet.cpp)Karl-Johan Alm2020-09-101-0/+7
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Remove unused includespracticalswift2019-10-151-2/+0
* Ignore old versionbit activationsAnthony Towns2019-09-051-0/+3
* [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-1/+4
* [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-1/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Use P2SH consensus rules for all blocksSuhas Daftuar2018-04-131-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Always-active versionbits supportPieter Wuille2017-11-061-0/+6
* [consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery2017-11-061-0/+2
* Improve handling of BIP9Deployment limitsAnthony Towns2017-11-061-0/+4
* [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