github MinaProtocol/mina 3.3.0-alpha1
Devnet Pre-Release 3.3.0-alpha1

pre-release11 hours ago

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

  • #17702: [CI] Support for jammy
  • #16704: Caqti upgrade with fix for rosetta
  • #17664: [ARM64] adding arm64 for noble and bookworm

Improvements

  • #17730: Use stricter error type in Work partitioner
  • #17758: Push sig kind out of snark profiler lib
  • #17686: Refactor Snark Worker related metrics generation
  • #17677: Implement staged ledger checkpointing
  • #17675: Folding accounts across all ledger masks
  • #17648: Various helper functions in Snark Work Lib
  • #17641: Improve Genesis Ledger Creation

Bug fixes

  • #17583: Handle submission into work partitioner single pool correctly

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:

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=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 of focal, jammy, noble, bullseye or bookworm 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 of noble or bookworm 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 add PEER_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:

Chain id:     29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6
Git SHA-1:    6929a7ecd1b5cf977ceb674baa6e32764576c109

Don't miss a new mina release

NewReleases is sending notifications on new releases.