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
If we want to verify the proof on chain, we will interact with the OnChainProposerverify function, the function has 2 requires and also depends on the lastCommittedBlock.
Check if we should implement extra logic to wait for the lastCommittedBlock to be greater than lastVerifiedBlock or any other method.
If we want to verify the proof on chain, we will interact with the
OnChainProposer
verify
function, the function has 2 requires and also depends on thelastCommittedBlock
.Check if we should implement extra logic to wait for the
lastCommittedBlock
to be greater thanlastVerifiedBlock
or any other method.Linked to #1164
The text was updated successfully, but these errors were encountered: