Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Upgrade go-ethereum to v1.13.11 #3780

Merged

Conversation

lukasz-zimnoch
Copy link
Member

This pull request backports #3774 to the releases/mainnet/v2.0.0-m7 branch.

Version `v1.13.11` is ready for the Cancun-Deneb (Dencun) upgrade
and adds support of the new “blob-carrying” EIP-4844 transaction type in
API-methods.

The RPC client used in older `go-ethereum` versions does not recognize
EIP-4844 transactions and may error out if there is a need to parse
return data from transaction-related functions called against chains
where the Dencun upgrade has been enabled.

We observed this problem on our Sepolia testnet when calling
`eth_getBlockByNumber` using version `v1.10.19` after Jan 31th so
after the date when Dencun was enabled on Sepolia

See https://github.com/ethereum/go-ethereum/releases/tag/v1.13.11
for reference.

(cherry picked from commit d7504b3)
@lukasz-zimnoch lukasz-zimnoch self-assigned this Feb 12, 2024
@lukasz-zimnoch lukasz-zimnoch added this to the v2.0.0-m7 milestone Feb 12, 2024
@lukasz-zimnoch lukasz-zimnoch marked this pull request as ready for review February 12, 2024 09:35
@lukasz-zimnoch lukasz-zimnoch merged commit 285993b into releases/mainnet/v2.0.0-m7 Feb 12, 2024
27 of 28 checks passed
@lukasz-zimnoch lukasz-zimnoch deleted the backport-upgrade-go-ethereum branch February 12, 2024 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants