- 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 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)
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.