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
Describe the bug
The debug_storageRangeAt method doesn't work in the current implementation.
To Reproduce
Choose any block/address/start params, all of them fail from what I can tell. curl https://your_node_here/ -X POST -H "Content-Type: application/json" --data '{"method":"debug_storageRangeAt","params":["0xd5a624c",0,"0xaf88d065e77c8cc2239327c5edb3a432268e5831","0x0000000000000000000000000000000000000000000000000000000000000001",1],"id":1,"jsonrpc":"2.0"}'
Expected behavior
I expect the API to provide the range of storage slots requested
Additional context
Stacktrace of the failure (v2.3.4)
Describe the bug
The debug_storageRangeAt method doesn't work in the current implementation.
To Reproduce
Choose any block/address/start params, all of them fail from what I can tell.
curl https://your_node_here/ -X POST -H "Content-Type: application/json" --data '{"method":"debug_storageRangeAt","params":["0xd5a624c",0,"0xaf88d065e77c8cc2239327c5edb3a432268e5831","0x0000000000000000000000000000000000000000000000000000000000000001",1],"id":1,"jsonrpc":"2.0"}'
Expected behavior
I expect the API to provide the range of storage slots requested
Additional context
Stacktrace of the failure (v2.3.4)
The text was updated successfully, but these errors were encountered: