aboutsummaryrefslogtreecommitdiff
path: root/src/versionbits.cpp
AgeCommit message (Expand)Author
2017-10-03Avoid returning a BIP9Stats object with uninitialized valuespracticalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
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