You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
opening this to track
#2172 introduced
ContractError::Revert
,the
from_middleware_err
functions only extracts the data:ethers-rs/ethers-contract/src/call.rs
Line 120 in 7e12f3b
but the message and error code can contain additional context besides "reverted".
Suggestion:
RevertErr(JsonRpcError)
new type that is used by theRevert
RevertErr
with attempt to decode revert data@prestwich
The text was updated successfully, but these errors were encountered: