Skip to main content

Upgrade Changelog v0.25

This document provides essential details for the upcoming migration, including the migration height, new core and feeder versions, and feeder configuration. Please ensure that you review this document thoroughly and update your setup accordingly.

Migration Details

1. Migration Height

  • Height: 4415000

Ensure that your nodes are fully synced up to this height before initiating the migration process.

2. New Core Version

  • Version: v0.25.0

Please download and install the updated core version from the links below.

docker pull \
europe-docker.pkg.dev/pryzm-zone/core/pryzmd:0.25.0

For Mac with Intel and Apple Silicon

wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-all
wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-all.tar.gz

For Mac with Intel CPUs

wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-amd64
wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-amd64.tar.gz

For Mac with Apple Silicon

wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-arm64
wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-darwin-arm64.tar.gz

For Linux with X86 CPUs

wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-linux-amd64
wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-linux-amd64.tar.gz

For Linux with Arm64 CPUs

wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-linux-arm64
wget https://storage.googleapis.com/pryzm-zone/core/0.25.0/pryzmd-0.25.0-linux-arm64.tar.gz

Reference Section for Future Migrations

For every migration, ensure to:

  1. Verify the Migration Height.
  2. Update to the New Core Version.

This structure will remain consistent across future migrations. Always refer to this section when preparing for a new migration.