This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
Unreachable exception when passing wrong parameters to a secret contract #128
Labels
bug
Something isn't working
If wrong parameters are passed to secret contract deployment or computation, the "unreachable" exception occurs, which is unclear.
To reproduce the behavior, call to any contract computation with wrong input. For example, deploy simple calculator contract (examples/eng_wasm_contracts/simple_calculator) and execute computation of the function
add
with one parameter instead of two parameters.Expected behavior
Clear message about the exact problem with the input.
The text was updated successfully, but these errors were encountered: