aboutsummaryrefslogtreecommitdiff
path: root/src/versionbits.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-06Always-active versionbits supportPieter Wuille
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #10957: Avoid returning a BIP9Stats object with uninitialized valuesMarcoFalke
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-01Avoid returning a BIP9Stats object with uninitialized valuespracticalswift
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-05-31[trivial] Add end of namespace commentspracticalswift
2017-05-30scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/Jorge Timón
2017-03-24RPC: getblockchaininfo: BIP9 statsMatthew Zipkin
2017-03-14Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
2016-10-19RPC: augment getblockchaininfo bip9_softforks datamruddy
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-08Merge #7935: Versionbits: GBT supportPieter Wuille
2016-06-06getblocktemplate: Explicitly handle the distinction between GBT-affecting sof...Luke Dashjr
2016-06-06Implement BIP 9 GBT changesLuke Dashjr
2016-04-01Fix typo: Optimizaton -> Optimizationpaveljanik
2016-03-15BIP9 ImplementationPieter Wuille