Skip to content

Commit

Permalink
Merge pull request #214 from bobanetwork/update-docs-fjord
Browse files Browse the repository at this point in the history
Update docs for Fjord hardfork
  • Loading branch information
boyuan-chen authored Jul 10, 2024
2 parents 0dd2570 + b56ca99 commit ab724bc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitbook/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 14 additions & 0 deletions .gitbook/contents/developer/node-operators/network-upgrades.md
Original file line number Diff line number Diff line change
@@ -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).
27 changes: 19 additions & 8 deletions .gitbook/contents/developer/node-operators/software-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,44 @@ 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.

**Required Action**

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**
Expand Down

0 comments on commit ab724bc

Please sign in to comment.