Merge pull request #1427 from apoelstra/2025-03--simplicity-activation

simplicity: activate on first week of unanimous signalling after block 3333333
This commit is contained in:
Pablo Greco 2025-04-15 10:35:59 -07:00 committed by GitHub
commit ea5d6fdf81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1295,7 +1295,7 @@ public:
// Simplicity
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].bit = 21;
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = Consensus::BIP9Deployment::NEVER_ACTIVE;
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nStartTime = 3333333; // April 14, 2025
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].min_activation_height = 0; // No activation delay
consensus.vDeployments[Consensus::DEPLOYMENT_SIMPLICITY].nPeriod = 10080; // one week...