ethereum / ethereum/execution-apis
Add `eth_estimateGas` tests for EIP-7702 and EIP-7623
Open
- Dominant language
- Io
- Stars
- 1.1k
- Forks
- 530
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 9
Description
Add tests to https://github.com/ethereum/execution-apis/tree/main/tests/eth_estimateGas which contain edge cases for EIP-7702 and EIP-7623:
- Authorizations costs increases the overall gas required to execute the transaction
- Floor calldata cost exceeds the execution gas cost
- Floor calldata cost combined with authorizations cost
And any others required.
Contributor guide
Assessment
This issue has not been assessed yet.