Devnet Pre-Release 1.2.1alpha1 #9632
Replies: 3 comments
-
I've been running the |
Beta Was this translation helpful? Give feedback.
-
I think there is a potential memory leak in the releases (in general). I only started paying attention in this latest alpha release but I see the following memory usage for the mainnet containers that I migrated over to the alpha release: |
Beta Was this translation helpful? Give feedback.
-
Docker container: |
Beta Was this translation helpful? Give feedback.
-
The O(1) Labs team is proud to announce that we're moving onto the 1.2.1 range of releases in the anticipation of 1.2.0beta8 soon graduating to stable. This first 1.2.1 Alpha release 1.2.1alpha1 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).
This alpha release includes all of the changes from 1.2.0beta8, including the new uptime tracking system, but it is not recommended to use this feature on devnet unless its for testing against your own backend. Otherwise you can expect the same workflow as using 1.2.0beta8 with no new breaking changes.
If you run into any issues, please include
Release: 1.2.1alpha1
in the name of any issues you create. Please report any issues you encounter here or join the Discussion below!Stability Improvements and Bug Fixes:
New Features:
Archive Node:
Complete Changelog since 1.2.0beta8:
1.2.0beta8...1.2.1alpha1
For more information about the changes included in 1.2.0beta8, see the previous release notes
Upgrading & Connecting
Debian Repository:
First, Set up and update the
alpha
Debian RepositoryThen, install the package(s) that you need:
Daemon Package:
sudo apt-get install -y mina-devnet=1.2.1alpha1-1f98b8b
Archive Node Package:
sudo apt-get install -y mina-archive=1.2.1alpha1-1f98b8b
Docker Images:
Daemon Image:
minaprotocol/mina-daemon:1.2.1alpha1-1f98b8b-devnet
Archive Image:
minaprotocol/mina-archive:1.2.1alpha1-1f98b8b
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.1alpha1-1f98b8b-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/seed-lists/devnet_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 Devnet Pre-Release 1.2.1alpha1.
Beta Was this translation helpful? Give feedback.
All reactions