Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 3.03 KB

releases.mdx

File metadata and controls

70 lines (54 loc) · 3.03 KB
title lang description content_type topic personas categories is_imported_content
Node software releases
en-US
Off chain node software release information and how to stay up to date.
guide
node-software-releases
node-operator
node-configuration
infrastructure
system-configuration
deployment-artifacts
node-management
execution-client
consensus-client
docker
false

import { Callout } from 'nextra/components'

Node software releases

This page gives information on the off chain node software release information.

Our latest releases, notes, and changelogs can be found on GitHub.

Components

Rollup Node (op-node)

The rollup node (op-node) coordinates the execution of the OP Stack chain. Chain operators should always run the latest production release.

Execution Clients

The execution client processes transactions and maintains the state of the chain. The OP Stack supports multiple execution client implementations:

op-geth

  • GitHub Releases: op-geth/releases
  • Docker Images: ethereumoptimism/op-geth
  • Version Format: vMAJOR.GETH_MAJOR GETH_MINOR GETH_PATCH.PATCH
    • Example: For Geth v1.12.0, the op-geth version would be v1.101200.0
    • The version includes three characters for minor version and two for patch

Nethermind

  • GitHub Releases: nethermind/releases
  • Docker Images: nethermind/nethermind
  • Version Format: MAJOR.MINOR.PATCH
    • Example: For Nethermind 1.31.6, the version would be 1.31.6
    • Follows standard semantic versioning with MAJOR.MINOR.PATCH format

Current Network Versions

Network Component Client Version Release
OP Mainnet op-node - v1.9.1 Release Notes
OP Mainnet - op-geth v1.101408.0 Release Notes
OP Mainnet - Nethermind v1.31.6 Release Notes
OP Sepolia op-node - v1.9.1 Release Notes
OP Sepolia - op-geth v1.101408.0 Release Notes
OP Sepolia - Nethermind v1.31.6 Release Notes