ethereum / ethereum/execution-apis
EIP-7702 authorization signature handling in eth_call and eth_estimateGas
Open
- 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
Assessment
This issue has not been assessed yet.