Skip to content

fix: include AuthorizationList in gas estimation (#33849)#60

Merged
eomti-wm merged 1 commit intodevfrom
fix/missing-authlist-gas-estimation
Feb 25, 2026
Merged

fix: include AuthorizationList in gas estimation (#33849)#60
eomti-wm merged 1 commit intodevfrom
fix/missing-authlist-gas-estimation

Conversation

@eomti-wm
Copy link
Contributor

The callArgs constructed for gas estimation in setDefaults was missing AuthorizationList.

This can cause the following issues for EIP-7702 SetCode transactions without an explicit gas value:

  • Code delegations from authorizations are not applied during estimation, potentially altering the execution path entirely
  • Incorrect gas estimates leading to out-of-gas failures

Reference: ethereum/go-ethereum#33849

Fixes an issue where AuthorizationList wasn't copied over when
estimating gas for a user-provided transaction.
@eomti-wm eomti-wm self-assigned this Feb 25, 2026
@eomti-wm eomti-wm added the bug Something isn't working label Feb 25, 2026
Copy link
Contributor

@hominlee-wemade hominlee-wemade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eomti-wm eomti-wm merged commit db7c4b4 into dev Feb 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants