Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: backport wasmer 0.17 FailWithNoError fix to master (#4298)
Initially, we treated this error case as deterministic (so, we stored this error in our state, etc.) Then, in #4181 (comment) we reasoned that this error actually happens non-deterministically, so it's better to panic in this case. However, when rolling this out, we noticed that this error happens deterministically for at least one contract. So here we roll this back to a previous behavior and emit some deterministic error, which won't cause the node to panic.
- Loading branch information