Celo-Blockchain Release 1.8.5
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
- geth: us.gcr.io/celo-org/geth:1.8.5
- geth-all: us.gcr.io/celo-org/geth-all:1.8.5