Add method for optionally disabling EIP-3607 for eth_call
and eth_estimateGas
#1959
Labels
A-execution
Related to the Execution and EVM
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
Describe the feature
The hive test
eth_call/call-simple-transfer
sends aneth_call
RPC with afrom
parameter of an account that has deployed code.The call:
The account (
0xaa00000000000000000000000000000000000000
):https://github.com/ethereum/execution-apis/blob/main/tests/genesis.json#L34-L44
This motivates a way to optionally disable EIP-3607.
EIP-3607 notes:
Additional context
Once #1958 is in, it should be easy to test support by running the hive test:
Output:
The text was updated successfully, but these errors were encountered: