bug: In older (pre-byzantium) ETH receipts status
field is null
#2038
Unanswered
LogvinovLeon
asked this question in
Question
Replies: 1 comment
-
This is a breaking change, and I don't know whether it is worth it. Going to convert this to a discussion so it doesn't get lost. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Package Version
2.9.3
Current Behavior
Currently the status type is 'success' | 'reverted'
Expected Behavior
It should be
status?: 'success' | 'reverted'
Steps To Reproduce
Fetch this receipt: https://etherscan.io/tx/0x38f299591902bfada359527fa6b9b597a959c41c6f72a3b484807fbf52dc8abe
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions