Skip to content

Commit

Permalink
chore(docs): amend v1.5.0 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jul 12, 2024
1 parent facf559 commit 8757b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/upgrade_to_1_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Where `BLOCK_TIME` corresponds to the duration it takes to generate a block in t
>
> So, `CARTESI_EPOCH_LENGTH = 86400/12 = 7200`
Check the [`CHANGELOG`](./CHANGELOG.md) and the [configuration](./docs/config.md) for more details.
Check the [`CHANGELOG`](../CHANGELOG.md) and the [Rolups Node configuration](./config.md) for more details.

## How to upgrade

Expand Down Expand Up @@ -126,5 +126,6 @@ cast send \
```

After the _History_ replacement is complete, one must update `CARTESI_CONTRACTS_HISTORY_ADDRESS` with the new _History_ address in the application configuration and proceed with the upgrade of the Cartesi Rollups Node as usual.
More details about the release may be found in the [CHANGELOG](../CHANGELOG.md).

Once the Cartesi Rollups Node is started, it will relay all existing inputs to be processed by the application, calculate the new epochs and send the respective claims to the new _History_ as a result, all based on the updated configuration.

0 comments on commit 8757b4d

Please sign in to comment.