Node Software Releases
This page lists required versions of the node software and how to stay up to date.
Our latest releases, notes, and changelogs can be found on GitHub. op-node releases can be found here (opens in a new tab)
and op-geth releases can be found here (opens in a new tab).
Required Version by Network
These are the minimal required versions for the op-node and op-geth by network.
| Network | op-node | op-geth |
|---|---|---|
| OP Mainnet | v1.3.2 (opens in a new tab) | v1.101304.2 (opens in a new tab) |
| OP Sepolia | v1.4.0 (opens in a new tab) | v1.101304.2 (opens in a new tab) |
op-node v1.4.0 (opens in a new tab)
Description
This is a mandatory release for OP Sepolia & Goerli and upgrading is required before 2023-12-20. This includes all features required for the Delta Network Upgrade which will be activating at 1703116800 Thu Dec 21 00:00:00 UTC 2023 for Goerli & at 1703203200 Fri Dec 22 00:00:00 UTC 2023 for Sepolia.
- Span Batches is added to this version of
op-node&op-batcher. It will automatically activate on theop-nodewith the Delta network upgrade timestamp. It can be activated on the batcher by setting the--batch-typeflag to1. - The
--engine-syncflag is being deprecated. - The op-node now supports dencun headers
Required action
Upgrade your op-node software.
Suggested action
- Explicitly specify
--op-network(opens in a new tab) with a pre-configured OP Stack network. - Set
--rollup.load-protocol-versionstotrue. - Optionally, enabling halting your node on breaking changes by setting
--rollup.halt=major. This does not shut down your node, but stops syncing once it detects an incompatible protocol version. Your node defaults to not halting, but we recommend setting this to at least major so your node does not produce diverging state.
op-node v1.3.2 (opens in a new tab)
Description
This is a mandatory release for OP Mainnet and upgrading is required before 2024-01-11. This release activates Canyon on op-mainnet, base-mainnet, pgn-mainnet, and zora-mainnet. It will activate at Thu Jan 11 17:00:01 UTC 2024 (unix timestamp: 1704992401).
Required action
Upgrade your op-node software.
Suggested action
- Explicitly specify
--op-network(opens in a new tab) with a pre-configured OP Stack network. - Set
--rollup.load-protocol-versionstotrue. - Optionally, enabling halting your node on breaking changes by setting
--rollup.halt=major. This does not shut down your node, but stops syncing once it detects an incompatible protocol version. Your node defaults to not halting, but we recommend setting this to at least major so your node does not produce diverging state.
op-geth v1.101304.2 (opens in a new tab)
Description
This is a mandatory release for OP Mainnet and upgrading is required before 2024-01-11. This release activates Canyon on op-mainnet, base-mainnet, pgn-mainnet, and zora-mainnet. It will activate at Thu Jan 11 17:00:01 UTC 2024 (unix timestamp: 1704992401).
Required action
Upgrade your op-geth software.
Suggested action
Explicitly specify --network with a pre-configured OP Stack network. They are the same network options as --op-network on the op-node (opens in a new tab).
options: base-devnet-0-goerli-dev-0, base-goerli, base-mainnet, base-sepolia, conduit-devnet-0-goerli-dev-0, op-goerli, op-labs-chaosnet-0-goerli-dev-0, op-labs-devnet-0-goerli-dev-0, op-mainnet, op-sepolia, pgn-mainnet, pgn-sepolia, zora-mainnet, zora-sepolia