- 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 3.0.0 UPGRADE RELEASE! 📣
Hey @everyone, Mina's ecosystem partner, O(1) Labs, are pleased to announce the release of our Devnet 3.0.0 upgrade build! The complete release notes are here, please take a look before you install
❗ Note - this version of the daemon is not compatible with the previous builds and as such it is necessary to either install this on a clean system or to remove the previous builds and artifacts. The steps explaining how to do this contained within the release notes. ❗
This is a very big deal and brings our devnet to the Berkeley era, ushering in a whole new world of efficiency and functionality including the incredible zkApps!
Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
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 Daemon:
sudo apt-get install --allow-downgrades -y mina-devnet=3.0.0
sudo apt-mark hold mina-devnet=3.0.0
Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.0.0
sudo apt-mark hold mina-archive=3.0.0
Mina Archive Schema:
create_schema.sql
zkapp_tables.sql
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 Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.0-dc6bf78-CODENAME-devnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.0-dc6bf78-CODENAME
Mina Archive Schema:
create_schema.sql
zkapp_tables.sql
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.0-dc6bf78-CODENAME
Questions and Feedback
If 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 in the issue title/description so we can more easily sort through the issues.