edr
edr copied to clipboard
Create js `Error`s that include Solidity stack traces, decoded `returnadta` and inferred errors information.
We need to modify our js provider so that instead of using handle_request
it uses the new method described in #263, and creates and throws a js Error
if the metadata describes an error.