-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
M: Good First IssueMisc: Good First IssueMisc: Good First Issue
Description
Check existing issues
- I checked there isn't already an issue for the bug I encountered.
Ox Version
Current Behavior
eth_getStorageAt has an optional param called 'requireCanonical'1
-32000 Error Types
eth_getStorageAt [ "0x
", { "blockHash": "0x", "requireCanonical": true } -> raise block-not-canonical error-32001 Error Types
eth_getStorageAt [ "0x
", { "blockHash": "0x" } -> raise block-not-found erroreth_getStorageAt [ "0x
", { "blockHash": "0x", "requireCanonical": false } -> raise block-not-found erroreth_getStorageAt [ "0x
", { "blockHash": "0x", "requireCanonical": true } -> raise block-not-found errorExpected Behavior
Conform to the standard
Steps To Reproduce
No response
Link to Minimal Reproducible Example
No response
Anything else?
There are some more issues I saw in the RPC related stuff, some missing RPC methods related to transactions, etc. Can open additional issues.
Footnotes
Metadata
Metadata
Assignees
Labels
M: Good First IssueMisc: Good First IssueMisc: Good First Issue