ethereum / ethereum/execution-apis

EIP-7702 authorization signature handling in eth_call and eth_estimateGas

Open
#700 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Io
Stars
1.1k
Forks
530
Avg merge
5d 8h
Merged PRs (30d)
9

Description

Some RPC users would like to simulate EIP-7702 transactions with unsigned set-code authorizations. Since the authorizing address is derived from the signature (`r`, `s`, `v`), they cannot simply provide an address in the call.

To fix this, we need to extend the schema of `eth_call` and `eth_estimateGas` so that authorizations have another input field containing the address directly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.