Age | Commit message (Expand) | Author |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-05 | Sanity assert GetAncestor() != nullptr where appropriate | Adam Jonas |
2022-01-28 | trivial: comment tweaks | Anthony Towns |
2022-01-28 | Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC | MarcoFalke |
2022-01-15 | rpc: getdeploymentinfo: include signalling info | Anthony Towns |
2022-01-15 | rpc: getdeploymentinfo: change stats to always refer to current period | Anthony Towns |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-06-30 | [refactor] Move ComputeBlockVersion into VersionBitsCache | Anthony Towns |
2021-06-30 | [move-only] Move ComputeBlockVersion from validation to versionbits | Anthony Towns |
2021-06-30 | [refactor] versionbits: make VersionBitsCache a full class | Anthony Towns |
2021-06-29 | versionbits: Use dedicated lock instead of cs_main | Anthony Towns |
2021-04-12 | versionbits: simplify state transitions | Anthony Towns |
2021-04-12 | versionbits: Add explicit NEVER_ACTIVE deployments | Anthony Towns |
2021-04-12 | versionbits: Add support for delayed activation | Anthony Towns |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-08-15 | doc: Improve versionbits.h documentation | Antoine Riard |
2018-09-23 | MOVEONLY: Move versionbits info out of versionbits.o | Jorge Timón |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-03-09 | scripted-diff: Convert 11 enums into scoped enums (C++11) | practicalswift |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-06 | Always-active versionbits support | Pieter Wuille |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-16 | Merge #10957: Avoid returning a BIP9Stats object with uninitialized values | MarcoFalke |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-08-01 | Avoid returning a BIP9Stats object with uninitialized values | practicalswift |
2017-06-28 | Use the override specifier (C++11) where we expect to be overriding the virtu... | practicalswift |
2017-06-26 | Merge #9544: [trivial] Add end of namespace comments. Improve consistency. | Wladimir J. van der Laan |
2017-05-31 | [trivial] Add end of namespace comments | practicalswift |
2017-05-30 | scripted-diff: s/BIP9DeploymentInfo/VBDeploymentInfo/ | Jorge Timón |
2017-03-24 | RPC: getblockchaininfo: BIP9 stats | Matthew Zipkin |
2017-03-14 | Don't require segwit in getblocktemplate for segwit signalling or mining | Suhas Daftuar |
2016-10-19 | RPC: augment getblockchaininfo bip9_softforks data | mruddy |
2016-06-22 | BIP141: Commitment structure and deployment | Pieter Wuille |
2016-06-08 | Merge #7935: Versionbits: GBT support | Pieter Wuille |
2016-06-06 | getblocktemplate: Explicitly handle the distinction between GBT-affecting sof... | Luke Dashjr |
2016-06-06 | Implement BIP 9 GBT changes | Luke Dashjr |
2016-04-01 | Fix typo: Optimizaton -> Optimization | paveljanik |
2016-03-15 | BIP9 Implementation | Pieter Wuille |