Mainnet Beta Release 3.1.0-beta1 #16834
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.1.0-beta1is ready to test on Mainnet! This release includes some bug fixes, hashing performance enhancements as well as additional code cleanup & general improvements. A very cool addition to this release is an optimization to the ledger synchronization protocol, specifically enhancing how nodes sync their ledger state during a fresh startup, after downtime, or restarting from stale state.The change reduces the number of network roundtrips needed to sync a ledger and therefore makes syncing fast even as the # of accounts in the ledger grows!
We have also introduced enhancements during bootstrapping to reduce empty blocks on node restart.
We have also landed some very cool additional work such as a reduction of the max time to produce a block from >120s down to <45s and some nice items that allow for resource reductions.
This release also introduces the ability to spin up custom snark coordinator configurations! Here's a cool script that showcases the usage!
If you run into any issues, please include
Release: 3.1.0-beta1in the name of any issues you create. Please report any issues you encounter here or join the discussion!What has changed
Improvements
Bug fixes
Complete Changelog since 3.0.4:
3.0.4...3.1.0-beta1
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the
betaDebian 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-mainnet=3.1.0-beta1-a35e440Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.1.0-beta1-a35e440Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_a35e4407.jsonDocker Images:
Every docker image is built for each of the supported platforms, replace
CODENAMEin the images below with your choice offocalorbullseyeto select the base docker image.Mina Daemon:
gcr.io/o1labs-192920/mina-daemon:3.1.0-beta1-a35e440-CODENAME-mainnetMina Archive:
gcr.io/o1labs-192920/mina-archive:3.1.0-beta1-a35e440-CODENAMEMina Rosetta:
gcr.io/o1labs-192920/mina-rosetta:3.1.0-beta1-a35e440-CODENAME-mainnetStep by Step Guide:
Docker onlyΒ Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtΒ or addΒPEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtΒ to yourΒ.mina-env.Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtCheck outΒ our documentationΒ for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct networkΒ MAINNET,Β
mina client statusΒ will show:This discussion was created from the release Mainnet Beta Release 3.1.0-beta1.
Beta Was this translation helpful? Give feedback.
All reactions