diff --git a/.gitbook/SUMMARY.md b/.gitbook/SUMMARY.md index 63a7c1a35ab1..4e8f29fd393c 100644 --- a/.gitbook/SUMMARY.md +++ b/.gitbook/SUMMARY.md @@ -24,6 +24,7 @@ * [Overview](contents/developer/node-operators/overview.md) * [Run a Node With Docker](contents/developer/node-operators/run-node-docker.md) * [Run a Node From Source](contents/developer/node-operators/run-node-source.md) + * [Network Upgrades](contents/developer/node-operators/network-upgrades.md) * [Snapshot downloads](contents/developer/node-operators/snapshot-downloads.md) * [Software release](contents/developer/node-operators/software-release.md) * [Replica node (Legacy)](https://github.com/bobanetwork/boba_legacy/blob/docs-in-monrepo/boba_community/boba-node/README.md) diff --git a/.gitbook/contents/developer/node-operators/network-upgrades.md b/.gitbook/contents/developer/node-operators/network-upgrades.md new file mode 100644 index 000000000000..3eb0a0b0118f --- /dev/null +++ b/.gitbook/contents/developer/node-operators/network-upgrades.md @@ -0,0 +1,14 @@ +# Network Upgrade Overview + +This section has information on how to upgrade your Mainnet and Testnet nodes for new network upgrades. + +## Activations + +| Upgrade | Boba ETH Mainnet Activation | Boba ETH Sepolia Activation | Boba BNB Testnet Activation | +| ------- | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | +| Fjord | TBD | Tue Jul 30 2024 00:00:00 UTC 2024 (`1722297600`) | Tue Jul 30 2024 00:00:00 UTC 2024 (`1722297600`) | +| Ecotone | Tue Apr 16 2024 21:28:00 UTC 2024 (`1713302880`) | Wed Feb 28 2024 00:00:00 UTC 2024 (`1709078400`) | Thu Jun 20 2024 21:49:28 UTC 2024 (`1718920168`) | + +## More Information + +* To check for the latest node software, see the [Software Releases](./software-release.md). \ No newline at end of file diff --git a/.gitbook/contents/developer/node-operators/software-release.md b/.gitbook/contents/developer/node-operators/software-release.md index a6b8df281c1f..820bcfc1884a 100644 --- a/.gitbook/contents/developer/node-operators/software-release.md +++ b/.gitbook/contents/developer/node-operators/software-release.md @@ -11,16 +11,16 @@ These are the minimal required versions for the `op-node`, `op-erigon` and `op-g | Network | op-node | op-erigon | op-geth | | ---------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | Boba Mainnet | [v1.6.3](https://github.com/bobanetwork/boba/releases/tag/v1.6.3) | [v1.1.5](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.5) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | -| Boba Sepolia | [v1.6.5](https://github.com/bobanetwork/boba/releases/tag/v1.6.5) | [v1.1.7](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.7) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | -| Op Mainnet | [v1.6.5](https://github.com/bobanetwork/boba/releases/tag/v1.6.5) | [v1.1.7](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.7) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | -| Op Sepolia | [v1.6.5](https://github.com/bobanetwork/boba/releases/tag/v1.6.5) | [v1.1.7](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.7) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | -| Boba Bnb Testnet | [v1.6.6](https://github.com/bobanetwork/boba/releases/tag/v1.6.6) | [v1.1.8](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.8) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | +| Boba Sepolia | [v1.6.7](https://github.com/bobanetwork/boba/releases/tag/v1.6.7) | [v1.1.10](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.10) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | +| Op Mainnet | [v1.6.7](https://github.com/bobanetwork/boba/releases/tag/v1.6.7) | [v1.1.10](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.10) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | +| Op Sepolia | [v1.6.7](https://github.com/bobanetwork/boba/releases/tag/v1.6.7) | [v1.1.10](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.10) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | +| Boba Bnb Testnet | [v1.6.7](https://github.com/bobanetwork/boba/releases/tag/v1.6.7) | [v1.1.10](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.10) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) | -## [op-node v1.6.5](https://github.com/bobanetwork/boba/releases/tag/v1.6.5) +## [op-node v1.6.7](https://github.com/bobanetwork/boba/releases/tag/v1.6.7) **Description** -This is a mandatory release for node operators on Optimism Testnet network. The **Fjord** protocol upgrades will activate on May 29 2024 16:00:00 UTC 2024 on Optimism Testnet network. +This is a mandatory release for node operators on Boba Sepolia and Boba BNB Testnet networks. The **Fjord** protocol upgrades will activate on Tue Jul 30 2024 00:00:00 UTC 2024 on Boba Sepolia and Boba BNB Testnet networks. The `op-node` needs the flag `--plasma.enabled=false` to start it. @@ -28,16 +28,27 @@ The `op-node` needs the flag `--plasma.enabled=false` to start it. Upgrade your `op-node` software and add the `--plasma.enabled=false` to the configuration. -## [op-erigon v1.1.7](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.7) +## [op-erigon v1.1.10](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.10) **Description** -This version supports the **Fjord** protocol upgrades on Optimism Testnet network and minor issues have been fixed. +This is a mandatory release for node operators on Boba Sepolia and Boba BNB Testnet networks. The **Fjord** protocol upgrades will activate on Tue Jul 30 2024 00:00:00 UTC 2024 on Boba Sepolia and Boba BNB Testnet networks. **Required Action** Upgrade your `op-erigon` software. +## [op-geth v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) + +**Description** + +This is a mandatory release for node operators on Op networks and Boba Sepolia and Boba BNB Testnet works. + +**Required Action** + +* Upgrade your `op-geth` software. +* Add `--override.fjord=1722297600` for the Boba Sepolia and Boba BNB Testnet networks when you start it for the first time. + ## [op-node v1.6.3](https://github.com/bobanetwork/boba/releases/tag/v1.6.3) **Description**