MyGit

v1.5.0

ethereum-optimism/optimism

版本发布时间: 2024-02-01 20:05:32

ethereum-optimism/optimism最新发布版本:op-contracts/v1.4.0-rc.1(2024-04-23 22:39:06)

❗Delta & Ecotone Upgrades

This is a mandatory release for node operators on Mainnet and Goerli. It includes two protocol upgrade activations

❗ Known issue with alternative execution layer clients (like op-reth)

This release always uses the V3 methods of the Engine API when calling out to the EL client. This breaks with the upstream EL spec, which requires to use the correctly-versioned methods depending on the active fork.

The fix (https://github.com/ethereum-optimism/optimism/pull/9253) is already available in the release candidate op-node/v1.5.1-rc.1. In the meantime, this release is guaranteed to work with op-geth/v1.101305.3. Note that only release from v1.5.0 contain the mainnet Delta and Goerli Ecotone activation times, so if you're running a node on these networks, you must upgrade to at least op-node/v1.5.0. On other networks, you can still use op-node/v1.4.3.

New Beacon Endpoint

It is required for Goerli operators to configure a Beacon endpoint for op-node, because soon after the Ecotone activation, batch transactions will be sent as 4844 blobs, and blobs can only be retrieved from Beacon nodes. If you're using Lighthouse, make sure to use at least the finalized version v4.6.0 because the latest rc contains a bug in its blob_sidecars http endpoint.

The op-node provides a new configuration flag & env var for configuring the Beacon endpoint: --l1.beacon and $OP_NODE_L1_BEACON

Mainnet and Sepolia node operators are strongly encouraged to already get their Beacon node infra set up so that they will be ready to enable their Beacon endpoints once Ecotone activates on Sepolia and Mainnet. Activation dates for these networks will be communicated at a later date.

✨ Features

Partial Changelog

Affecting op-node

Affecting op-batcher & op-proposer

Ecotone/4844 specific

New Contributors (to monorepo)

Full Monorepo Changelog: https://github.com/ethereum-optimism/optimism/compare/v1.4.3...v1.5.0

🚢 Docker Images

https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:v1.5.0 https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-batcher:v1.5.0 https://us-docker.pkg.dev/oplabs-tools-artifacts/images/op-proposer:v1.5.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-02-01发行的版本