Mina Devnet 3.5.0 Stop Slot Release #19213
amc-ie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
❗ This release is only to be used as part of the manual Devnet Upgrade ❗
This release is the first phase of the Devnet upgrade that specifies the stop slot in the codebase and formally begins the upgrade process.
This is the first stage in a two part process; a subsequent Devnet release will then usher in the new era of Mesa functionality on our Devnet. The stop slot will take effect at 15:00 UTC on August 19th 2026, please upgrade your devnet nodes before this time!
If you would prefer an easier upgrade experience, we recommend that you use our new automode upgrade mechanism that allows for a hands free, seamless transition to the new era and only requires one upgrade.
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: 3.5.0-devnet-stop-slotin 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...3.5.0-devnet-stop-slot
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
alphaDebian Repository for your platform with the following commands:Then, install the package(s) that you need:
Mina Daemon:
sudo apt-get install --allow-downgrades -y mina-devnet=3.5.0-devnet-stop-slot-849edfaMina Archive:
sudo apt-get install --allow-downgrades -y mina-archive-devnet=3.5.0-devnet-stop-slot-849edfaMina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_849edfa4.jsonDocker Images:
Every docker image is built for each of the supported platforms, replace
CODENAMEin the images below with your choice offocal,jammy,noble,bullseyeorbookwormto select the base docker image.Mina Daemon:
minaprotocol/mina-daemon:3.5.0-devnet-stop-slot-849edfa-CODENAME-devnetMina Archive:
minaprotocol/mina-archive:3.5.0-devnet-stop-slot-849edfa-CODENAME-devnetMina Rosetta:
minaprotocol/mina-rosetta:3.5.0-devnet-stop-slot-849edfa-CODENAME-devnetStep by Step Guide:
Docker only Make sure to run with:
-peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txtor addPEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txtto 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.txtCheck 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 statuswill show:This discussion was created from the release Mina Devnet 3.5.0 Stop Slot Release.
All reactions