Skip to content
Merged
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
12 changes: 10 additions & 2 deletions infra-partners/notices/jovian-upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Node operators will need to upgrade to the respective Jovian releases before the

The release contains the activation timestamps for Celo Mainnet and Celo Sepolia testnet.

- `op-geth` at [v2.2.0](https://github.com/celo-org/op-geth/releases/tag/celo-v2.2.0)
- `op-node` at [v2.2.0](https://github.com/celo-org/optimism/releases/tag/celo-v2.2.0)
- `op-geth` at [v2.2.1](https://github.com/celo-org/op-geth/releases/tag/celo-v2.2.1)
- `op-node` at [v2.2.1](https://github.com/celo-org/optimism/releases/tag/celo-v2.2.1)
- `eigenda-proxy` at [v2.6.0](https://github.com/Layr-Labs/eigenda/releases/tag/v2.6.0)

#### Updating the EigenDA proxy
Expand Down Expand Up @@ -74,3 +74,11 @@ Make the following checks to verify that your node is properly configured.
- op-node and op-geth will log their configurations at startup
- Check that the Jovian time is set correctly in the `op-node` startup logs
- Check that the Jovian time is set correctly in the `op-geth` startup logs

### Notes

#### Log Index Rebuild on Upgrade

Nodes will perform a one-time log index rebuild on first start, visible as `Log
index head rendering in progress` in logs. This can take several hours as the
full chain history is processed. Subsequent restarts will not re-index.
Loading