Commit bfd43dbc authored by Marcin S.'s avatar Marcin S. Committed by GitHub
Browse files

WASM executor: add `OutputExceedsBounds` variant to `Error` (#13841)

* WASM executor: add `OutputExceedsBounds` variant to `Error`

Previously this was a `WasmError`, which is intended for runtime construction errors. However this
led to confusion as output-exceeds-bounds occurs due to execution of `validate_block`.

* Fix warning
parent e77099c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment