Skip to content

Celo-Blockchain Release 1.8.5

Compare
Choose a tag to compare
@jcortejoso jcortejoso released this 20 Sep 17:03
· 12 commits to master since this release
v1.8.5
ceec53f

What's Changed

This release can be skipped for mainnet.

The latest release introduces a new command-line flag, --l2migrationblock, which expects a (future) block number. When specified, the node will pause at l2migrationblock - 1 block. This feature is designed to assist chain operators with the migration to the new Cel2 architecture.

Notes

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.4...v1.8.5

Docker Images