aboutsummaryrefslogtreecommitdiff
path: root/src/versionbits.h
Commit message (Collapse)AuthorAgeFilesLines
* RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-1/+3
|
* getblocktemplate: Explicitly handle the distinction between GBT-affecting ↵Luke Dashjr2016-06-061-0/+2
| | | | softforks vs not
* Implement BIP 9 GBT changesLuke Dashjr2016-06-061-0/+7
| | | | | | | - BIP9DeploymentInfo struct for static deployment info - VersionBitsDeploymentInfo: Avoid C++11ism by commenting parameter names - getblocktemplate: Make sure to set deployments in the version if it is LOCKED_IN - In this commit, all rules are considered required for clients to support
* BIP9 ImplementationPieter Wuille2016-03-151-0/+59
Inspired by former implementations by Eric Lombrozo and Rusty Russell, and based on code by Jorge Timon.