keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
113 stars 72 forks source link

Upgrade `go-ethereum` to v1.13.11 (Tremanre) #3772

Closed lukasz-zimnoch closed 5 months ago

lukasz-zimnoch commented 5 months ago

Version v1.13.11 is ready for the Cancun-Deneb (Dencun) upgrade and adds support to 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.