ethclient: allow passing AuthorizationList to calls (#31198)#3048
Merged
alex-10072 merged 1 commit intobnb-chain:developfrom Apr 24, 2025
buddh0:allow-passing-authorization
Merged
ethclient: allow passing AuthorizationList to calls (#31198)#3048alex-10072 merged 1 commit intobnb-chain:developfrom buddh0:allow-passing-authorization
alex-10072 merged 1 commit intobnb-chain:developfrom
buddh0:allow-passing-authorization
Conversation
This PR adds the `AuthorizationList` field to the `CallMsg` interface to support `eth_call` and `eth_estimateGas` of set-code transactions. --------- Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
galaio
approved these changes
Apr 24, 2025
alex-10072
approved these changes
Apr 24, 2025
galaio
pushed a commit
to galaio/bsc
that referenced
this pull request
May 29, 2025
…in#3048) This PR adds the `AuthorizationList` field to the `CallMsg` interface to support `eth_call` and `eth_estimateGas` of set-code transactions. --------- Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
galaio
pushed a commit
to galaio/bsc
that referenced
this pull request
May 29, 2025
…in#3048) This PR adds the `AuthorizationList` field to the `CallMsg` interface to support `eth_call` and `eth_estimateGas` of set-code transactions. --------- Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the
AuthorizationListfield to theCallMsginterface to supporteth_callandeth_estimateGasof set-code transactions.picked from go-ethereum 31198
issue 3047 solved
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes: