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
The Fendermint interpreter needs to know the checkpointing boundary to know when to construct a checkpoint.
An alternative to this is if the Gateway has an "end block" method and does the height checks on its own, but then it needs to return much more than if we break these out into methods, and Fendermint would tell from the return value whether a transition has taken place or not.
The text was updated successfully, but these errors were encountered:
The Fendermint interpreter needs to know the checkpointing boundary to know when to construct a checkpoint.
An alternative to this is if the Gateway has an "end block" method and does the height checks on its own, but then it needs to return much more than if we break these out into methods, and Fendermint would tell from the return value whether a transition has taken place or not.
The text was updated successfully, but these errors were encountered: