github MinaProtocol/mina 4.0.0-devnet
Mina Devnet 4.0.0 Automode Upgrade Release

pre-release4 hours ago

❗ This release is only to be used as part of the Devnet Automode upgrade process ❗


This Mesa upgrade release contains everything you need to automatically upgrade to the Mesa era on Devnet.
The new approach will allow for much faster and seamless hard forks\upgrades for Mina in future and we are very excited to share it with you!

If you would prefer to handle the upgrade manually (i.e. in two parts), we recommend that you use our legacy stop slot build. This will require an additional upgrade after the Mesa Devnet netwokr starts; this will be made after the HF takes place.

For this release we have temporarily enabled node status tracking by default to help us track the successful progress towards the devnet upgrade. This behaviour can be turned off by starting the node using the --disable-node-status flag.

For detailed instructions on the upgrade schedule and recommended connection parameters, please refer to our upgrade documentation.

If you run into any issues, please include Release: 4.0.0-devnet in the name of any issues you create. Please report any issues you encounter here or join the discussion!

Complete Changelog since 3.4.0/Berkeley:

3.4.0...4.0.0-devnet


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


Upgrading & Connecting to Devnet

Debian Packages:

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

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

Then, install the package(s) that you need:

Mina Daemon: sudo apt-get install --allow-downgrades -y mina-devnet-automode=4.0.0-devnet-2dc9218
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive-devnet=3.5.0-devnet-stop-slot-849edfa
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_2dc9218f.json

Docker Images:

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

Mina Daemon: minaprotocol/mina-daemon:4.0.0-devnet-2dc9218-CODENAME-devnet
Mina Archive: minaprotocol/mina-archive:3.5.0-devnet-stop-slot-849edfa-CODENAME-devnet
Mina Rosetta: minaprotocol/mina-rosetta:3.5.0-devnet-stop-slot-849edfa-CODENAME-devnet

Step by Step Guide:

Docker only Make sure to run with:

  • -peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt or add PEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt to your .mina-env.

(note - the older https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt is still functional but we advise users to migrate to the newer one when possible).

Run mina daemon with:

mina daemon --peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt

Check out our documentation for complete instructions on using this version to connect to Devnet.

If you are running the correct version on the correct network DEVNET, mina client status will show:

Chain id:     29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6
Git SHA-1:    2dc9218fb047381aa3998932dd089f10f354eb04

Don't miss a new mina release

NewReleases is sending notifications on new releases.