diff --git a/docs/notices/arbos60-upgrade-notice.mdx b/docs/notices/arbos60-upgrade-notice.mdx deleted file mode 100644 index f2f922bcfb..0000000000 --- a/docs/notices/arbos60-upgrade-notice.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: 'Upgrade notice for ArbOS 60' -description: Upgrade notices for ArbOS 60 activation on Arbitrum One, Arbitrum Nova, and Arbitrum Sepolia -user_story: As an Arbitrum node operator, I want to keep my nodes in sync with Arbitrum One, Arbitrum Nova, and Arbitrum Sepolia after the ArbOS 60 activation. -content_type: notice ---- - -ArbOS 60 "Elara" will be activated on the Arbitrum Sepolia, Arbitrum One, and Arbitrum Nova chains. - -## Actions required for node operators - -### Sepolia network - -On Monday, May 18, 2026 at 17:00 UTC, ArbOS 60 is scheduled to activate on the Arbitrum Sepolia chain. - -Arbitrum Sepolia node operators must upgrade to Nitro v3.10 ahead of this activation to continue syncing the chain. - -- **Docker image:** [offchainlabs/nitro-node:v3.10.0-b1cf6db](https://hub.docker.com/layers/offchainlabs/nitro-node/v3.10.0-b1cf6db/images/sha256-9a15d6c581eadbfd440cc74f26fda9c27a1cddd0b77f93e395e4d29678414284) -- **Release notes:** https://github.com/OffchainLabs/nitro/releases/tag/v3.10.0 - -## Important dates - -The following dates are relevant for Arbitrum chain operators. - -| Date | Network upgrade | Affected audience | -| --------------------------------- | ------------------------------------ | --------------------------------------- | -| Monday, May 18, 2026 at 17:00 UTC | Arbitrum Sepolia upgrade to ArbOS 60 | Node operators running Arbitrum Sepolia | - -## Context - -ArbOS 60 "Elara" builds upon [ArbOS 51 "Dia"](docs/run-arbitrum-node/arbos-releases/arbos51.mdx), it introduces a set of protocol upgrades to Arbitrum One and Nova, including support for Dynamic Pricing (multidimensional gas pricing), increased Stylus contract size limits, and new mechanisms for managing minimum base fees. - -While Dynamic Pricing is included in this release, it will remain disabled at the time of activation. This is because ongoing analyses - led by Offchain Labs in collaboration with Entropy Advisors- have not yet finalized the appropriate gas target parameters required for safe and effective enablement. - -The ArbOS 60 governance temperature check has already passed successfully. Upstream governance for ArbOS 60 follows the standard process, including Snapshot temperature checks and an onchain vote prior to activation on Arbitrum One and Nova. diff --git a/docs/notices/arbos61-upgrade-notice.mdx b/docs/notices/arbos61-upgrade-notice.mdx index 73cb0bc9b5..f4e0b7c786 100644 --- a/docs/notices/arbos61-upgrade-notice.mdx +++ b/docs/notices/arbos61-upgrade-notice.mdx @@ -15,7 +15,7 @@ On Monday, June 29, 2026 at 15:00 UTC, ArbOS 61 is scheduled to activate on the Arbitrum Sepolia node operators must upgrade to Nitro v3.11 ahead of this activation to continue syncing the chain. -- **Docker image:** [offchainlabs/nitro-node:v3.10.0-b1cf6db](https://hub.docker.com/layers/offchainlabs/nitro-node/v3.11.0-a618155/images/sha256-a34457bb9461acf12ea01cbf23a9850e15b20a44b499c64cf441051230231fe1) +- **Docker image:** [offchainlabs/nitro-node:v3.11.0-a618155](https://hub.docker.com/layers/offchainlabs/nitro-node/v3.11.0-a618155/images/sha256-a34457bb9461acf12ea01cbf23a9850e15b20a44b499c64cf441051230231fe1) - **Release notes:** https://github.com/OffchainLabs/nitro/releases/tag/v3.11.0 ## Important dates diff --git a/docs/run-arbitrum-node/arbos-releases/01-overview.mdx b/docs/run-arbitrum-node/arbos-releases/01-overview.mdx index f8c2d10eca..83e55015a5 100644 --- a/docs/run-arbitrum-node/arbos-releases/01-overview.mdx +++ b/docs/run-arbitrum-node/arbos-releases/01-overview.mdx @@ -33,6 +33,7 @@ Visit [How Arbitrum works](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx) to ## List of available ArbOS releases +- [Elara (ArbOS 61)](/run-arbitrum-node/arbos-releases/arbos61.mdx) - [Dia (ArbOS 51)](/run-arbitrum-node/arbos-releases/arbos51.mdx) - [Callisto (ArbOS 40)](/run-arbitrum-node/arbos-releases/arbos40.mdx) - [Bianca (ArbOS 32)](/run-arbitrum-node/arbos-releases/arbos32.mdx) diff --git a/docs/run-arbitrum-node/arbos-releases/arbos61.mdx b/docs/run-arbitrum-node/arbos-releases/arbos61.mdx new file mode 100644 index 0000000000..284e354985 --- /dev/null +++ b/docs/run-arbitrum-node/arbos-releases/arbos61.mdx @@ -0,0 +1,12 @@ +--- +title: 'ArbOS 61 Elara' +sidebar_label: 'ArbOS 61 Elara' +sidebar_position: 1 +description: 'Learn about ArbOS 61 Elara release and upgrade requirements for Arbitrum chain owners and node operators.' +user_story: As an Arbitrum chain owner or node operator, I want to know what ArbOS 61 implements. +author: '[TBD]' +sme: '[TBD]' +content_type: reference +--- + +Stub for the ArbOS 61 "Elara" release notes. Content to be added by SME (Derek Lee) — see [TW-737](https://linear.app/offchain-labs/issue/TW-737). diff --git a/sidebars.js b/sidebars.js index cb1717685d..77133745e7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1721,11 +1721,6 @@ const sidebars = { id: 'notices/arbos61-upgrade-notice', label: 'Upgrade notice for ArbOS 61', }, - { - type: 'doc', - id: 'notices/arbos60-upgrade-notice', - label: 'Upgrade notice for ArbOS 60', - }, { type: 'doc', id: 'notices/arbos51-upgrade-notice',