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
We currently handle FVM implicit messages the same way we do regular messages -- if the FVM returned an error, we do so, otherwise we successfully return (with a non-zero exitcode).
This doesn't match LegacyVM behaviour, which fails if cron / rewards messages fail in any way. We should match that behaviour.
The text was updated successfully, but these errors were encountered:
We currently handle FVM implicit messages the same way we do regular messages -- if the FVM returned an error, we do so, otherwise we successfully return (with a non-zero exitcode).
This doesn't match LegacyVM behaviour, which fails if cron / rewards messages fail in any way. We should match that behaviour.
The text was updated successfully, but these errors were encountered: