Mainnet Beta Release 1.2.1beta1 #9799
lk86
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The O(1) Labs team is proud to announce that we're graduating the 1.2.1 alpha to Beta, with some additional UX improvements and some retry logic for the uptime service. 1.2.1beta1 includes the more comprehensive changes to improve graphQL/networking responsiveness as promised, as well as a new async VRF computation process to keep VRF evaluations off of the main thread (especially for block producers with many delegates). These changes have been very effective on Devnet thusfar and initial Mainnet testing looks equally positive.
If you run into any issues, please include
Release: 1.2.1beta1
in the name of any issues you create. Please report any issues you encounter here or join the Discussion!Stability Improvements and Bug Fixes:
New Features:
mina client set-staking
command deprecate setStaking command #9717Archive Node:
Complete Changelog since 1.2.0:
1.2.0...1.2.1beta1
For more information about the changes included in 1.2.0, see the previous release notes
Upgrading & Connecting
Debian Packages:
Debian Repository:
First, Set up and update the
beta
Debian RepositoryThen, install the package(s) that you need:
Mina Daemon:
sudo apt-get install -y mina-mainnet=1.2.1beta1-45440dc
Mina Archive:
sudo apt-get install -y mina-archive=1.2.1beta1-45440dc
Docker Images:
Mina Daemon:
minaprotocol/mina-daemon:1.2.1beta1-45440dc-mainnet
Mina Archive:
minaprotocol/mina-archive:1.2.1beta1-45440dc
Devnet:
This release does also improve the experience for nodes on devnet, simply replace
mainnet
withdevnet
in the package or docker image name above to use this beta on devnet.Sandbox Node: For testing in an isolated, single-node network without snarks
As of 1.2.0, the demo functionality is built into the standard daemon container, via the environment variable
RUN_DEMO=true
.Just
docker run -it --name mina-demo -e RUN_DEMO=true minaprotocol/mina-daemon:1.2.1beta1-45440dc-devnet
and go!Step by Step Guide:
Check out our documentation for complete instructions on using this version to connect to Mainnet. Docker only Make sure to run with
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
.If you are running the correct version on the correct network,
mina client status
will show:This discussion was created from the release Mainnet Beta Release 1.2.1beta1.
Beta Was this translation helpful? Give feedback.
All reactions