From bca089ce09b5bc6046d87bb47064974c608e2218 Mon Sep 17 00:00:00 2001 From: cby3149 Date: Fri, 12 Apr 2024 10:21:24 -0700 Subject: [PATCH] Update software version --- .../node-operators/run-node-source.md | 1 - .../node-operators/software-release.md | 48 ++----------------- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/.gitbook/contents/developer/node-operators/run-node-source.md b/.gitbook/contents/developer/node-operators/run-node-source.md index 2fe85f50e36cb..8955e1656d356 100644 --- a/.gitbook/contents/developer/node-operators/run-node-source.md +++ b/.gitbook/contents/developer/node-operators/run-node-source.md @@ -162,7 +162,6 @@ Using the following command to start `op-erigon` in a default configuration. The --authrpc.jwtsecret=./jwt.txt \ --chain=boba-sepolia \ --http.api=eth,debug,net,engine,web3 \ - --rollup.disabletxpoolgossip=true \ --rollup.sequencerhttp=https://sepolia.boba.network \ --db.size.limit=8TB ``` diff --git a/.gitbook/contents/developer/node-operators/software-release.md b/.gitbook/contents/developer/node-operators/software-release.md index 3b7d674b06bd3..9b7c5cc2840b4 100644 --- a/.gitbook/contents/developer/node-operators/software-release.md +++ b/.gitbook/contents/developer/node-operators/software-release.md @@ -10,9 +10,9 @@ These are the minimal required versions for the `op-node`, `op-erigon` and `op-g | Network | op-node | op-erigon | op-geth | | ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | -| Boba Sepolia | [v1.6.1](https://github.com/bobanetwork/boba/releases/tag/op-node%2Fv1.6.1) | [v1.1.1](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.1) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | -| Op Sepolia | [v1.6.0](https://github.com/bobanetwork/boba/releases/tag/v1.6.0) | [v1.1.1](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.1) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | -| Op Mainnet | [v1.6.2](https://github.com/bobanetwork/boba/releases/tag/v1.6.2) | [v1.1.2](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.2) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | +| Boba Sepolia | [v1.6.2](https://github.com/bobanetwork/boba/releases/tag/v1.6.2) | [v1.1.4](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.4) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | +| Op Sepolia | [v1.6.2](https://github.com/bobanetwork/boba/releases/tag/v1.6.2) | [v1.1.4](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.4) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | +| Op Mainnet | [v1.6.2](https://github.com/bobanetwork/boba/releases/tag/v1.6.2) | [v1.1.4](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.4) | [v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) | ## [op-node v1.6.2](https://github.com/bobanetwork/boba/releases/tag/v1.6.2) @@ -24,54 +24,16 @@ This is a mandatory release for node operators on Optimism Mainnet network. The Upgrade your `op-node` software. -## [op-erigon v1.1.2](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.2) +## [op-erigon v1.1.4](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.4) **Description** -This is a mandatory release for node operators on Optimism Mainnet network. The **Ecotone** protocol upgrades will activate on March 14 2024 00:00:01 UTC 2024 on Optimism Mainnet network. +This version has been audited and minor issues have been fixed. **Required Action** Upgrade your `op-erigon` software. -## [op-erigon v1.1.1](https://github.com/bobanetwork/op-erigon/releases/tag/v1.1.1) - -**Description** - -This is a mandatory release for node operators on all networks. It introduces the minimum transaction priority fee and fixes the deposit transaction issue where the `msg.value` and the deposit amount differ. - -**Required Action** - -Upgrade your `op-erigon` software. - -## [op-node v1.6.1](https://github.com/bobanetwork/boba/releases/tag/v1.6.1) - -**Description** - -This is a mandatory release for node operators on Boba Sepolia networks. The **Ecotone** and **Delta** protocol upgrades will activate on Wed Feb 28 2024 00:00:00 UTC 2024 on Sepolia Boba Chains. - -**Required Action** - -Upgrade your `op-node` software. - -**Suggested action** - -Explicitly specify the Beacon endpoint: `--l1.beacon` and `$OP_NODE_L1_BEACON` - -## [op-node v1.6.0](https://github.com/bobanetwork/boba/releases/tag/v1.6.0) - -**Description** - -This is a mandatory release for node operators on Op networks. It supports the Ecotone hardfork. - -**Required Action** - -Upgrade your `op-node` software. - -**Suggested action** - -Explicitly specify the Beacon endpoint: `--l1.beacon` and `$OP_NODE_L1_BEACON` - ## [op-geth v1.101308.1](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101308.1) **Description**