You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@uzyn: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository.
What would you like to be added:
It was previously set to be 10 blocks, alongside difficulty adjustment window.
With 1.7, difficulty will be adjusted to 1008 blocks.
Activation and resignation delays for masternodes are now too short (10 and 60 blocks). https://github.com/DeFiCh/ain/blob/master/src/chainparams.cpp#L154-L155 and should be incremented significantly.
Proposing:
consensus.mn.activationDelay
: 1008 same as difficulty adjustment windowconsensus.mn.resignDelay
:2 * consensus.mn.activationDelay
. i.e. 2016Why is this needed:
To be in-line with difficulty adjustment window and to improve chain finality.
The text was updated successfully, but these errors were encountered: