Skip to content

Instantly share code, notes, and snippets.

@amc-ie
Last active April 2, 2024 21:56
Show Gist options
  • Save amc-ie/7d28a639a95400b72126beac730af310 to your computer and use it in GitHub Desktop.
Save amc-ie/7d28a639a95400b72126beac730af310 to your computer and use it in GitHub Desktop.
Devnet Upgrade Tooling release message for discord
  • The release message should be posted in the '#devnet' channel on discord once the release is go
  • Release update should CC '@devnet-node-op' group

📣 MINA DEVNET UPGRADE MIGRATION TOOLING RELEASE! 📣

Hey @everyone! Mina's ecosystem partner, O(1) Labs, are pleased to announce the release of our Devnet Upgrade Migration Tooling bundle. The complete release notes are here, please take a look before you install: https://github.com/MinaProtocol/mina/releases/tag/3.0.0devnet-tooling

Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.

Note - in order to install mina-archive-migration you will need to install google-cloud-sdk as a prerequisite.

Debian Packages:

Debian Repository: First, set up and update the devnet Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
sudo echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) devnet" | sudo tee /etc/apt/sources.list.d/mina-devnet.list
sudo apt-get update

Mina Migration Tooling: sudo apt-get install --allow-downgrades -y mina-archive-migration=3.0.0devnet-tooling-6e92017 Mina Archive Maintenance Tooling: sudo apt-get install --allow-downgrades -y mina-archive-maintenance=1.4.0beta2-compatible-060f0a5
Mina Berkeley Archive Schema: create_schema.sql and zkapp_tables.sql (both needed)

Docker Images:

Every docker image is built for each of the supported platforms, replace CODENAME in the images below with your choice of focal, buster, or bullseye to select the base docker image.

Mina Archive Migration Tooling: gcr.io/o1labs-192920/mina-archive-migration:3.0.0devnet-tooling-6e92017-CODENAME Mina Archive Maintenance Tooling: gcr.io/o1labs-192920/mina-archive-maintenance:1.4.0beta2-compatible-060f0a5-CODENAME
Mina Berkeley Archive Schema: create_schema.sql and zkapp_tables.sql (both needed)

Questions and Feedback

f you discover any issues please report them to the MinaProtocol github at https://github.com/MinaProtocol/mina/issues/new/choose so we can look into it. Please include the mina version output and/or 3.0.0devnet-tooling in the issue title/description so we can more easily sort through the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment