For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upgrading to v0.9.2

This guide will walk you through the process of upgrading your Aligned Operator to v0.9.2.

Changes

New Features

  • fix: operator downtime by @MarcosNicolau in #1073

  • fix: operator commands by @MarcosNicolau in #1184

  • fix: operator resets channel when updating latest block file by @MarcosNicolau in #1200

How to upgrade

Step 1 - Update the configuration for your specific Operator

This version requires update the operator configuration file adding the following fields:

## Operator Configurations
operator:
  last_processed_batch_filepath: '<path to a file to store the last processed batch>'

Step 2 - Update the Operator

Inside the Aligned repository, run:

This will recreate the binaries. You can then proceed to restart the operator.

Step 3 - Check the Operator Version

To see the operator version, run:

This will display the current version of the operator binary.

Step 4 - Restart the Operator

Restart the operator based on your system config

Last updated