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.