You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
GrandpaImpl::tryStart
must create next round from last justification.Currently round is created for last justification using
makeInitialRound
just to make next round usingtryExecuteNextRound
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.
The text was updated successfully, but these errors were encountered: