Add option to forward eth_getStorageAt calls. #221

Merged
telackey merged 7 commits from telackey/pxy_get_storage_at into v4 2023-01-10 23:39:21 +00:00
Member

Add a new option etherum.forwardGetStorageAt / ETH_FORWARD_GET_STORAGE_AT to toggle proxying all eth_getStorageAt calls to geth.

It is analogous to the ETH_FORWARD_ETH_CALLS config setting, but for eth_getStorageAt rather than eth_call.

It is helpful to ameliorate to https://github.com/cerc-io/go-ethereum/issues/296, https://github.com/cerc-io/go-ethereum/issues/293, etc. while those issues are addressed.

Add a new option `etherum.forwardGetStorageAt` / `ETH_FORWARD_GET_STORAGE_AT` to toggle proxying all `eth_getStorageAt` calls to `geth`. It is analogous to the `ETH_FORWARD_ETH_CALLS` config setting, but for `eth_getStorageAt` rather than `eth_call`. It is helpful to ameliorate to https://github.com/cerc-io/go-ethereum/issues/296, https://github.com/cerc-io/go-ethereum/issues/293, etc. while those issues are addressed.
dboreham reviewed 2023-01-10 18:05:13 +00:00
i-norden approved these changes 2023-01-10 23:37:21 +00:00
i-norden left a comment
Member

LGTM!

I seem to be experiencing a github UI bug, it shows Erik's notion sync commit from 6 months ago as being in this PR (and my PR based on this one).

LGTM! I seem to be experiencing a github UI bug, it shows Erik's notion sync commit from 6 months ago as being in this PR (and my PR based on this one).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#221
No description provided.