| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | RPC: augment getblockchaininfo bip9_softforks data | mruddy | 2016-10-19 | 1 | -1/+3 |
| | | |||||
| * | getblocktemplate: Explicitly handle the distinction between GBT-affecting ↵ | Luke Dashjr | 2016-06-06 | 1 | -0/+2 |
| | | | | | softforks vs not | ||||
| * | Implement BIP 9 GBT changes | Luke Dashjr | 2016-06-06 | 1 | -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 Implementation | Pieter Wuille | 2016-03-15 | 1 | -0/+59 |
| Inspired by former implementations by Eric Lombrozo and Rusty Russell, and based on code by Jorge Timon. | |||||