ref-fvm
ref-fvm copied to clipboard
Tech Debt: Remove ExecutionError -> anyhow conversion
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.