Mainnet Stable Release 3.0.3 #16320
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
-
The o1Labs team is ready to announce that version
3.0.3
is now available for Mainnet. This is a hotfix release that fixes an issue introduced in3.0.2
as an unexpected side effect deriving from extensive refactoring and clean up of our build configuration. While this issue did not effect the stability, security or operation of the network, it caused an issue with a GraphQL endpoint to return incorrect data.If you run into any issues, please include
Release: 3.0.3
in the name of any issues you create. Please report any issues you encounter here or join the discussion!What has changed
Bug Fixes
network_id
from runtime config in Graphql Use network_id from runtime config in Graphql #16288Complete Changelog since 3.0.2:
3.0.2...3.0.3
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
stable
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-mainnet=3.0.3-d800da8
Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.0.3-d800da8
Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_d800da86.json
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAME
in the images below with your choice offocal
orbullseye
to select the base docker image.Mina Daemon:
minaprotocol/mina-daemon:3.0.3-d800da8-CODENAME-mainnet
Mina Archive:
minaprotocol/mina-archive:3.0.3-d800da8-CODENAME
Mina Rosetta:
minaprotocol/mina-rosetta:3.0.3-d800da8-CODENAME-mainnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or addPEER_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.txt
Check 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 Stable Release 3.0.3.
Beta Was this translation helpful? Give feedback.
All reactions