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

Fix BFT validator requirements #1066

Closed
alexandratran opened this issue Jun 10, 2022 · 0 comments · Fixed by #1081
Closed

Fix BFT validator requirements #1066

alexandratran opened this issue Jun 10, 2022 · 0 comments · Fixed by #1081
Assignees
Labels
good first issue Good for newcomers

Comments

@alexandratran
Copy link
Contributor

Update the IBFT 2.0 and QBFT pages with the following:

Before inserting the block onto the chain, a super-majority (greater than 66%) of validators must first sign the block.

Change to greater than or equal to 2/3

Configure your network to ensure you never lose ⅓ or more of your validators. If more than ⅓ of validators stop participating, new blocks are no longer created, and the network stalls.

Change to Configure your network to ensure you never lose more than 1/3 of your validators

@rolandtyler rolandtyler self-assigned this Jun 13, 2022
@rolandtyler rolandtyler added the good first issue Good for newcomers label Jun 14, 2022
@rolandtyler rolandtyler removed their assignment Jun 14, 2022
@rolandtyler rolandtyler self-assigned this Jun 30, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants