This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
beefy-gadget is not guaranteed to see finality notification for every block. #254
Labels
bug
Something isn't working
Milestone
Our assumption was that
finality_notification
is firing for all blocks that were finalized (even indirectly) - i.e. if the last finalized block wasN
and GRANDPA now finalizesN+10
we will get notifications for all blocks in range[N..N+10]
.It does not seem to be the case and we need to make sure that the code is aware of that. Most notably the
should_vote_on
function needs to be changed. A possible solution is also outlined in #162The text was updated successfully, but these errors were encountered: