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
Contributor

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.
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#221