ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

EVM: Avoid blindly propagating exit codes

Open Stebalien opened this issue 2 years ago • 0 comments

Whenever the EVM implicitly "sends" to another actor (e.g., to lookup their evm code), we just blindly bubble the actor error (which may contain the exit code from the caller).

We should likely exit with a (somewhat) specific exit code for each case. This relates to #1559.

Stebalien avatar Jan 25 '23 07:01 Stebalien