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
State changes will be flowing in 0.30 services and Mirror Node 0.65.0.
Notably the eth_getStorageAt calls can currently only supports the case where the slot in question was modified in the latest transaction for the given contract.
In other scenarios no state change will be found until Mirror Node adds a contract_state table.
This ticket should add tests for the first case and we can add more when the full implementation is added.
Problem
The relay added support to
eth_getStorageAt
to call the mirror node.However, no E2E tests could be added at the time
Solution
Add
eth_getStorageAt
acceptance test coverageAlternatives
No response
The text was updated successfully, but these errors were encountered: