Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: arabica upgrade height #1666

Merged
merged 6 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodes/consensus-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ celestia-appd start --v2-upgrade-height <height>
```

```sh-vue [Arabica]
celestia-appd start --v2-upgrade-height <height>
celestia-appd start --v2-upgrade-height 1751707
```

:::
Expand Down
10 changes: 8 additions & 2 deletions nodes/hardfork-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ The two testnets where hardforks are deployed are:

The Lemongrass hardfork is the first consensus layer breaking change since Celestia's Mainnet Beta genesis block. The Lemongrass hardfork includes all of the CIPs listed in [CIP-17](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-17.md). The Lemongrass hardfork will be executed on Arabica, then Mocha, then Mainnet Beta. The hardfork will take place at an "upgrade height" that will be coordinated offline on a per-network basis. The upgrade heights will be announced in advance (see [Network upgrades](./participate#network-upgrades)) to give node operators time to download and start a compatible binary prior to the upgrade height.

- If you are a consensus node or validator operator: you will need to download and run a celestia-app v2.x.x binary prior to the `--v2-upgrade-height` to remain on the canonical chain. You do not need to use a tool like [cosmovisor](https://docs.cosmos.network/main/build/tooling/cosmovisor) to upgrade the binary at the upgrade height.
- If you are a DA node operator, you will need to download and run a compatible celestia-node binary (likely v0.16.0) prior to the upgrade height.
- If you are a consensus node or validator operator: you will need to download and run a celestia-app binary >= v2.0.0 prior to the `--v2-upgrade-height` to remain on the canonical chain. You do not need to use a tool like [cosmovisor](https://docs.cosmos.network/main/build/tooling/cosmovisor) to upgrade the binary at the upgrade height.
- If you are a DA node operator, you will need to download and run a compatible celestia-node binary >= v0.16.0-rc0 prior to the upgrade height.

Network | Chain ID | Datetime | `--v2-upgrade-height`
-------------|------------|------------------------------------------|----------------------
Arabica | arabica-11 | 2024/08/19 @ 14:00 UTC | 1751707
Mocha | mocha-4 | TBD approximately 2024/08/28 @ 14:00 UTC | TBD
Mainnet Beta | celestia | TBD approximately 2024/09/18 @ 14:00 UTC | TBD
2 changes: 1 addition & 1 deletion nodes/validator-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ celestia-appd start --v2-upgrade-height <height>
```

```sh-vue [Arabica]
celestia-appd start --v2-upgrade-height <height>
celestia-appd start --v2-upgrade-height 1751707
```

:::
Expand Down
Loading