Celo-Blockchain Release 1.8.9
The latest release sets the L2MigrationBlock
for Mainnet:
Block Number: 31056500
Mar 26th 2025 ~02:43:30 AM UTC
Bug fixes
- Add batch request limit and response size limit in a RPC batch request (#2357 )
Notes
As this is the first Mainnet release from the v1.8.4
it is worth highlighting the Notes from the v1.8.5
:
The PR "Omit ethCompatible on RPC responses for non legacy txs (#2302 )" omits also the feeCurrency, gatewayFeeRecipient, and gatewayFee keys from the response when their values are empty. This is to avoid flooding with null information for rpc users that use only Ethereum-compatible transactions.
Depending on the implementation of the RPC consumers this could be a breaking change. It is done to align RPC output with Ethereum clients in preparation of the L2 launch.
Full Changelog: v1.8.8...v1.8.9
Docker Images
- geth: us.gcr.io/celo-org/geth:1.8.9
- geth-all: us.gcr.io/celo-org/geth-all:1.8.9