This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
System error if wrong contract address is passed to the secret contract computation #131
Labels
bug
Something isn't working
Description
Currently, when
core
gets a computation for a non-existent secret contract address, it throws an error saying that's missing the "State Keys" but does not return a proper "Failed Compute" result, so that it never reaches p2p. This should be corrected.To Reproduce
Execution failed: EnclaveFailError { err: KeysError, status: SGX_SUCCESS }'
Expected behavior
Return to the user the error message about wrong contract address.
The text was updated successfully, but these errors were encountered: