-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat: Versioned timeouts CIP draft #216
Conversation
Co-authored-by: Rootul P <[email protected]>
cips/cip-6-second-blocks.md
Outdated
|
||
The motivation for this CIP stems from a discussion in Core Devs Call 17, where it was proposed to reduce the block time to 6 seconds from 12 seconds. | ||
|
||
## Specification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this specification section should include a short blurb on why TimeoutCommit
and TimeoutPropose
were moved from local config parameters into versioned parameters controlled by the state machine. cc: @staheri14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using this for now "The TimeoutCommit
and TimeoutPropose
parameters were moved from local config parameters into versioned parameters controlled by the state machine to ensure consistency and correctness across different protocol versions. This change allows the system to adapt dynamically to version-specific requirements, improving overall stability and interoperability during upgrades."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a few changes as requested @jcstein
thank you @staheri14! |
Co-authored-by: Sanaz Taheri <[email protected]>
Co-authored-by: Sanaz Taheri <[email protected]>
Overview