Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop checking MN protocol version before signalling DIP3 #2684

Merged
merged 1 commit into from
Feb 5, 2019

Conversation

codablock
Copy link

We had some internal discussions about the way we let miners signal for DIP3 and it turned out that the threshold of 80% miner support in combination with the requirement to have MNs upgraded at 80% was too conservative.

The purpose of the check for upgraded MNs was introduced to make sure that miners don't signal deployments before enough MNs have upgraded. However, choosing a high value like 80% as a threshold for a deployment in combination with the upgrade check actually requires about 90% of support from miners AND masternodes at the same time, which is not what was intended.

At the moment, we have about 70% of masternodes upgraded to v13, making it safe for miners to signal for every block already. When signalling has reached 80%, we can also assume that upgraded masternodes % will also be higher already.

This PR removes the check for upgraded MNs, allowing miners to signal on every block. The PR will be backport to the v13 branch and released through that branch.

@codablock codablock added this to the 13.0 milestone Feb 5, 2019
@UdjinM6 UdjinM6 modified the milestones: 13.0, 14.0 Feb 5, 2019
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK with a small correction: this specific PR is going to be included in 14.0 (I adjusted the milestone here), it's the backported one that is going to be merged into v13 branch.

@codablock codablock merged commit bed57cf into dashpay:develop Feb 5, 2019
@codablock codablock deleted the pr_dip3_no_check_mn_protocol branch February 5, 2019 14:45
codablock added a commit to codablock/dash that referenced this pull request Feb 5, 2019
CryptoCentric pushed a commit to absolute-community/absolute that referenced this pull request Jun 29, 2020
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.

None yet

2 participants