aboutsummaryrefslogtreecommitdiff
path: root/src/versionbits.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-14/+14
* 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-2/+2
* Always-active versionbits supportPieter Wuille2017-11-061-0/+10
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Merge #10957: Avoid returning a BIP9Stats object with uninitialized valuesMarcoFalke2017-08-161-1/+1
|\
| * Avoid returning a BIP9Stats object with uninitialized valuespracticalswift2017-08-011-1/+1
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-5/+5
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-5/+5
* Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+1
|\
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+1
* | scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/Jorge Timón2017-05-301-1/+1
* | RPC: getblockchaininfo: BIP9 statsMatthew Zipkin2017-03-241-1/+35
|/
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-141-1/+1
* RPC: augment getblockchaininfo bip9_softforks datamruddy2016-10-191-0/+35
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-221-0/+4
* Merge #7935: Versionbits: GBT supportPieter Wuille2016-06-081-0/+13
|\
| * getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr2016-06-061-0/+2
| * Implement BIP 9 GBT changesLuke Dashjr2016-06-061-0/+11
* | Fix typo: Optimizaton -> Optimizationpaveljanik2016-04-011-1/+1
|/
* BIP9 ImplementationPieter Wuille2016-03-151-0/+133