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

Tech Debt: Remove ExecutionError -> anyhow conversion

Open Stebalien opened this issue 2 years ago • 0 comments

This is pretty dangerous as it implicitly turns any ExecutionError into a fatal error. This caused https://github.com/filecoin-project/ref-fvm/pull/1487, and I'm concerned that we may have other cases.

Stebalien avatar Jan 17 '23 03:01 Stebalien