AlignedLayer
  • Introduction
    • About Aligned
    • Try Aligned
    • Use cases
    • FAQ
    • Why ZK and Aligned?
  • Architecture
    • Supported Verifiers
    • Key Terms
    • Fast mode
      • Batcher
      • Payment Service Contract
      • Service Manager Contract
      • Operator
      • Aggregator
      • Explorer
    • Aggregation mode
  • Guides
    • Submitting proofs
    • Build your first Aligned Application
      • Modify ZkQuiz Questions
    • Validating public input
    • SDK Intro
    • SDK API Reference
    • Generating proofs for Aligned
    • Generating & submitting proofs of Rust code with ZKRust
    • Setup Aligned Infrastructure Locally
    • Contract Addresses
    • Submitting Batch Without Batcher
    • Aligned CLI
  • Operators
    • Running an operator
    • Operator FAQ
    • Troubleshooting
    • Upgrading Guides
      • Upgrading to v0.14.0
      • Upgrading to v0.10.2
      • Upgrading to v0.9.2
  • Useful links
    • Mainnet Explorer
    • Holesky Explorer
    • All the proof aggregation solutions will use RISC-V zkvms
    • Manifesto
  • Socials
    • Telegram Group
    • Twitter/X
    • Discord
    • Blog
    • Website
    • Github
    • YouTube
Powered by GitBook
On this page
  • Changes
  • New Features
  • How to upgrade
  • Step 1 - Update the configuration for your specific Operator
  • Step 2 - Update the Operator
  • Step 3 - Check the Operator Version
  • Step 4 - Restart the Operator
  1. Operators
  2. Upgrading Guides

Upgrading to v0.10.2

PreviousUpgrading to v0.14.0NextUpgrading to v0.9.2

Last updated 6 months ago

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

Changes

New Features

  • feat(telemetry): Add url data to operator updates on telemetry service in

  • fix: add panic catch on operator calling FFI in

  • refactor(operator): use url.Parse instead of regex for sending rpc information to telemetry service

  • feat(operator): bump risc0 and sp1 versions in

How to upgrade

Step 1 - Update the configuration for your specific Operator

This version requires update the operator configuration file changing the following field:

## Operator Configurations
operator:
  operator_tracker_ip_port_address: https://holesky.telemetry.alignedlayer.com

Previous URL of operator_tracker_ip_port_address. Now it sends data to a telemetry server with better tracking and error handling

Step 2 - Update the Operator

Inside the Aligned repository, run:

make update_operator

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

Step 3 - Check the Operator Version

To see the operator version, run:

./operator/build/aligned-operator --version

This will display the current version of the operator binary.

Aligned Layer Node Operator version v0.10.2

Step 4 - Restart the Operator

Restart the operator based on your system config

#1136
#1196
#1327
#1324