Skip to content

Update BIP91 confirmation window and enforcement.#547

Merged
luke-jr merged 1 commit intobitcoin:masterfrom
jameshilliard:bip91-thresholdupdate
Jun 15, 2017
Merged

Update BIP91 confirmation window and enforcement.#547
luke-jr merged 1 commit intobitcoin:masterfrom
jameshilliard:bip91-thresholdupdate

Conversation

@jameshilliard
Copy link
Copy Markdown
Contributor

This should make BIP91 activation faster and less likely to conflict with BIP148.

@jameshilliard jameshilliard force-pushed the bip91-thresholdupdate branch from 263d922 to bab79c2 Compare June 14, 2017 23:25
Comment thread bip-0091.mediawiki
consensus.vDeployments[Consensus::DEPLOYMENT_SEGSIGNAL].bit = 4;
consensus.vDeployments[Consensus::DEPLOYMENT_SEGSIGNAL].nStartTime = 1496275200; // June 1st, 2017.
consensus.vDeployments[Consensus::DEPLOYMENT_SEGSIGNAL].nTimeout = 1510704000; // November 15th, 2017.
consensus.vDeployments[Consensus::DEPLOYMENT_SEGSIGNAL].nOverrideMinerConfirmationWindow = 672; // ~4.67 days
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your comment says 'immediate enforcement', is that right? Doesn't this indicate there is a 4.67 wait between LOCKED_IN and ACTIVE? (Looking at this graphic https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki#state-transitions)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It enforces on lock in here.

@luke-jr luke-jr merged commit e6e7ee1 into bitcoin:master Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants