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 Nov 30, 2021. It is now read-only.
System info: [Include Ethermint commit, operating system name, and other relevant details]
before 6e1c166
Steps to reproduce:
If someone try to get a transaction receipt based on
an txhash
when usinggo-ethereum
import the
github.com/ethereum/go-ethereum v1.9.24
to get a transaction receiptExpected behavior: [What you expected to happen]
the output should show up an legal eth adress
Actual behavior: [What actually happened]
an error comes out:
missing required field 'cumulativeGasUsed' for Receipt
Additional info: [Include gist of relevant config, logs, etc.]
ethermint/rpc/namespaces/eth/api.go
Line 702 in 6e1c166
nil
client.TransactionReceipt
, it will trigger the judgement in (r *Receipt) UnmarshalJSON(input []byte) functionnil
intohexutil.Uint64(0)
The text was updated successfully, but these errors were encountered: