github MinaProtocol/mina 1.2.2
Mainnet Stable Release 1.2.2

latest releases: 2.0.0beta1, 3.0.1-migration-tooling, 3.0.0-migration-tooling...
2 years ago

The O(1) Labs team is proud to announce that we're graduating the 1.2.1 Beta to Stable (as 1.2.2 with a new commit hash just to make sure apt consistently selects the correct package). This release includes the async VRF and responsiveness fixes, as well as some additional UX improvements and some retry logic for the uptime service. 1.2.2 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 and Mainnet and we feel confident urging all users to upgrade from 1.2.0.

If you run into any issues, please include Release: 1.2.2 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Stability Improvements and Bug Fixes:

  • Async scheduler changes to improve responsiveness #9416 and related metrics #9545
  • Stop restarting the Verifier every 15 minutes #9565 #9568

New Features:

  • Asynchronous VRF evaluation process #9409
  • Change the docker entrypoint script so that the last few lines of log output are less likely to get cut off #9568
  • Properly tag releases in CI and push them directly to minaprotocol/ #9566
  • Deprecate the setStaking graphql endpoint and mina client set-staking command #9717
  • 5 minutes of retries for sending snark work to the foundation delegation backend #9764

Archive Node:

  • Update mina-extract-blocks to properly set the block_winner instead of always using creator_id #9567 (Thanks @kobigurk for making the change and @jrwashburn for bringing attention to this bug)

Complete Changelog since 1.2.0:

1.2.0...1.2.2
For more information about the changes included in 1.2.0, see the previous release notes

Upgrading & Connecting

Debian Repository:
First, Set up and update the stable Debian Repository

echo "deb [trusted=yes] http://packages.o1test.net stretch stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update

Then, install the package(s) that you need:
Daemon Package: sudo apt-get install -y mina-mainnet=1.2.2-feee67c
Archive Node Package: sudo apt-get install -y mina-archive=1.2.2-feee67c

Docker Images:

Daemon Image: minaprotocol/mina-daemon:1.2.2-feee67c-mainnet
Archive Image: minaprotocol/mina-archive:1.2.2-feee67c

Devnet:

This release does also improve the experience for nodes on devnet, simply replace mainnet with devnet in the package or docker image name above to use this release 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.2-feee67c-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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    feee67cc2836bf12e792510a2440f28a0275740e

Don't miss a new mina release

NewReleases is sending notifications on new releases.