Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

WASM executor: add OutputExceedsBounds variant to Error #13841

Merged

Commits on Apr 6, 2023

  1. 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`.
    mrcnski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    113754d View commit details
    Browse the repository at this point in the history
  2. Fix warning

    mrcnski committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bb76c2d View commit details
    Browse the repository at this point in the history