-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(protocol): allow perconfers/proposers to mark blocks #19250
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
Conversation
@smtmfft please take a look. |
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.
only for proposer's own use?? or it's a public protocol value that is read/used by the others.
This allows a preconfer to mark its preconf-ed blocks before the blocks are proposed, then when slashing is enabled, these values will be used to slash the preconfer if 1) the marker value is invalid, or 2) the block preconf-ed is different from the blocks proposed. |
When multiple blocks are preonfirmed by one preconfer, they can be marked differently using the new marker parameter.