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
brought by @anorth from the internal audit, that FVM ExitCode enumeration might be inappropriate for use in actors.
After initial investigation, we may confirm FVM DOES guarantee that aborts cannot be done with Ok exit code. ⇒ overrides to SysErrIllegalExitCode. Then the API that builtin-actors uses should not allow actors to abort with ExitCode::Ok - this might be included in the ExitCode refactor already, this ticket is to confirm that's the right assumption.
The text was updated successfully, but these errors were encountered:
brought by @anorth from the internal audit, that FVM ExitCode enumeration might be inappropriate for use in actors.
After initial investigation, we may confirm FVM DOES guarantee that aborts cannot be done with Ok exit code. ⇒ overrides to
SysErrIllegalExitCode
. Then the API that builtin-actors uses should not allow actors to abort with ExitCode::Ok - this might be included in the ExitCode refactor already, this ticket is to confirm that's the right assumption.The text was updated successfully, but these errors were encountered: