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

Liveness test #51

Open
wants to merge 2 commits into
base: v1
Choose a base branch
from
Open

Liveness test #51

wants to merge 2 commits into from

Conversation

0xSasaPrsic
Copy link
Contributor

Implementation of a simplified test that proves that there is no consensus among the nodes.
It creates a cluster of 5 nodes where one node is faulty (A_4).
In round 0 for a sequence 1 node A_0 locks a proposal which is defined in the flow map.
In round 1 for a sequence 1 node A_1 locks different proposal which is defined in the flow map.
In all other rounds everyone except faulty node (A_4) communicate and there is no consensus.

Note: The test asserts that liveness issue exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant