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
core: subgraph might continue processing to next block when an error occurred on a revert
The `continue` in the `instance_manager` run loop are actually doing a `continue` that continue to the next block in the stream.
That meants to be `break`s instead so they actually go up to the outer loop which restart the subgraph.
0 commit comments