Devnet Pre-Release 3.3.0-alpha1 #17812
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.
-
The o1Labs team is proud to announce that
3.3.0-alpha1
is ready to test on Devnet! This release includes a significant number of additions and improvements that will form some of the basis of the upcoming Mesa Upgrade. We have made significant performance improvements to the archive node process which will lower resource consumption over time considerably. We have also extended our operating system support based on your feedback to include Ubuntu 22.04 LTS (Jammy Jellyfish) and provide ARM64 versions of Ubuntu 24.04 LTS (Noble) and Debian 12 (Bookworm).If you run into any issues, please include
Release: 3.3.0-alpha1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!Some highlights of what has changed
New Features
Improvements
Bug fixes
Complete Changelog since 3.2.0:
3.2.0...3.3.0-alpha1
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.
🚨NOTE - as Ubuntu 20.04 has now reached EOL we will phase this out in future releases🚨
Upgrading & Connecting to Devnet
Debian Packages:
Debian Repository: First, set up and update the
alpha
Debian 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.3.0-alpha1-6929a7e
Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.3.0-alpha1-6929a7e
Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_6929a7ec.json
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAME
in the images below with your choice offocal
,jammy
,noble
,bullseye
orbookworm
to select the base docker image.Mina Daemon:
gcr.io/o1labs-192920/mina-daemon:3.3.0-alpha1-6929a7e-CODENAME-devnet
Mina Archive:
gcr.io/o1labs-192920/mina-archive:3.3.0-alpha1-6929a7e-CODENAME-devnet
Mina Rosetta:
gcr.io/o1labs-192920/mina-rosetta:3.3.0-alpha1-6929a7e-CODENAME-devnet
For ARM64 docker images replace
CODENAME
in the images below with your choice ofnoble
orbookworm
to select the desired image.Mina Daemon:
gcr.io/o1labs-192920/mina-daemon:3.3.0-alpha1-6929a7e-CODENAME-devnet-arm64
Mina Archive:
gcr.io/o1labs-192920/mina-archive:3.3.0-alpha1-6929a7e-CODENAME-devnet-arm64
Mina Rosetta:
gcr.io/o1labs-192920/mina-rosetta:3.3.0-alpha1-6929a7e-CODENAME-devnet-arm64
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 addPEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
to your.mina-env
.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:This discussion was created from the release Devnet Pre-Release 3.3.0-alpha1.
Beta Was this translation helpful? Give feedback.
All reactions