-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
rfc for consensus and storage #439
Conversation
2. I will not vote on a branch that doesn't contain this message for at least `N` counts, or until `PoH count` + `N` is reached by the PoH stream. | ||
3. I will not vote for any other branch below `PoH count`. | ||
a. if there are other votes not present in this PoH history the validator may need to `cancel` them before creating this vote. | ||
|
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.
- any exceptions to items 2 and 3 above?
What if the validator sees a conflicting entry at PoH count - 1 from the same leader?
3. M cycles through the ranks until one of them is leader. | ||
4. M validators observe 10% of the vote pool, finality is not reached | ||
5. M and K re-connect. | ||
6. M validators cancel their votes on K which are below K's `PoH count` |
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.
cancel their votes on M?
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.
@rob-solana, this needs an update :). Basic concept is that every vote causes the previous votes to increase their lockout such that it grows exponentially as they get buried
…labs#439) Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 0.75.0 to 0.75.2. - [Release notes](https://github.com/solana-labs/solana-web3.js/releases) - [Commits](solana-labs/solana-web3.js@v0.75.0...v0.75.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No description provided.