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

grandpa previous round #2156

Closed
turuslan opened this issue Jul 22, 2024 · 0 comments · Fixed by #2157
Closed

grandpa previous round #2156

turuslan opened this issue Jul 22, 2024 · 0 comments · Fixed by #2157

Comments

@turuslan
Copy link
Contributor

GrandpaImpl::tryStart must create next round from last justification.
Currently round is created for last justification using makeInitialRound just to make next round using tryExecuteNextRound so than next round has non null previous round.
Tried to create next round directly from last justification, but then grandpa didn't finalize.
There is some unnecessary dependency on previous round that must be removed.

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 a pull request may close this issue.

1 participant