Releases: testinprod-io/op-erigon
v2.60.10-0.8.2
This release fixes an issue where op-erigon would build incorrect blocks on chains that have different EIP1559-related parameters than the default value on op-mainnet (eip1559_elasticity = 6
, eip1559_denominator = 50
, eip1559_denominator_canyon = 250
)
What's Changed
Full Changelog: v2.60.10-0.8.1...v2.60.10-0.8.2
Holocene Mainnet Superchain Release
✨🔴 Holocene Mainnet Superchain Release
This release contains the Holocene activation timestamp for the Mainnet Superchain, on
Thu 09 Jan 2025 18:00:01 UTC
- unix timestamp
1736445601
The corresponding op-node release can be found here.
OP Mainnet Approval
The OP Mainnet Holocene activation is still subject to approval by the governance process on Optimism Upgrade Proposal #11. In the unlike event of a veto by Dec 25, we will publish a new release with the OP Mainnet Holocene activation disabled. The Holocene activation can also be disabled for this release by setting the override flag --override.holocene
(or the corresponding env var) to a far-future timestamp, e.g. --override.holocene 2736445601
.
What's Changed
Full Changelog: v2.60.9-0.8.0...v2.60.10-0.8.1
v2.60.9-0.8.0
Sepolia Holocene Release
❗ All node operators of Sepolia chains that follow the Sepolia Superchain must upgrade to this release of op-erigon and op-node v1.10.0.
The Sepolia Superchain activates Holocene on Tue Nov 26 15:00:00 UTC 2024
(unix ts 1732633200
). This comprises op
, base
, mode
, metal
, and zora
.
What's Changed
- Holocene: Use ExtraData instead of Nonce for eip1559Params by @mininny in #228
- Holocene 1559 params for block building by @mininny in #227
- Add holocene hardfork flags and references by @mininny in #226
- Holocene Testnet upgrade by @mininny in #232
- Fix nil pointer dereference for holocene payload building by @mininny in #233
Full Changelog: v2.60.9-0.7.3...v2.60.9-0.8.0
v2.60.9-0.7.3
2.60.8-0.7.3
What's Changed
Full Changelog: 2.60.8-0.7.2...2.60.8-0.7.3
2.60.8-0.7.2
What's Changed
Full Changelog: 2.60.8-0.7.1...2.60.8-0.7.2
2.60.8-0.7.1
Breaking change:
Release process:
Starting this release we're introducing some changes to our release process:
- release version without prefix “v” in a docker tags, released artifacts, git tag, etc.;
- released archives now includes the following binaries: erigon and integration;
- released docker image now includes the following binaries: erigon and integration;
- other binaries of erigon are not included as they are yet to be confirmed as working as a standalone services.
- multi-platform docker image available for linux/amd64/v2 and linux/arm64 platforms and based on alpine:3.20.2; No need to pull another docker image for another different platform.
- docker images now contains label “org.opencontainers.image.revision” which refer to commit id from the erigon project, used to build artifacts.
What's Changed
Full Changelog: 2.60.7-0.7.1...2.60.8-0.7.1
2.60.7-0.7.1
What's Changed
Full Changelog: v2.60.5-0.7.1...2.60.7-0.7.1
v2.60.5-0.7.1
🔴 Granite Mainnet Release
❗ Mainnet operators are required to update to this release to follow the chain post-Granite. This release contains an optimistic Granite Mainnet activation time of Wed 11 Sep 2024 16:00:01 UTC. Node operators of any Mainnet OP Chains (OP, Base, Mode, Zora, and other chains in the Superchain Registry) must update before this activation timestamp, or their nodes will halt when the chains activate Granite.
You can view the relevant Optimism Governance post here. In the unlikely event that the veto period ends in a veto, we will publish a Veto Release. The granite activation can also be disabled by setting the override.granite configuration flag to a date in the far future, e.g. --override.granite 2281580442
. Always confirm in startup logs that overrides have been applied correctly.
What's Changed
Full Changelog: v2.60.5-0.7.0...v2.60.5-0.7.1