Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mina's ecosystem partner, O(1) Labs, is continuously working on improvements to the core protocol and today we are excited to announce an updated unstable release
398dfd5
that is ready to test on the Berkeley QANet! Please report any issues in the comments on this post or tag any issues you create withberkeley-qa
and include berkeley398dfd5
in the issue title.New Features/Improvements:
whole_program
compilation for SnarkyJS #11166Note: zkApps Test Transaction CLI tool cannot be used to create token accounts in this release.
Fixes:
Complete Changelog since
ea6c7ee
in:Github Compare: ea6c7ee...398dfd5
Upgrading & Connecting to Berkeley QANet
Debian Packages:
Debian Repository:
First, set up and update the
unstable
Debian Repository for your platform. Replace the wordCODENAME
with the appropriate codename for your machine, one ofbionic
,focal
,stretch
,buster
, orbullseye
and run:echo "deb [trusted=yes] http://packages.o1test.net/ CODENAME unstable" | sudo tee /etc/apt/sources.list.d/mina-unstable.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon:
sudo apt-get install -y mina-berkeley=1.3.2alpha1-release-2.0.0-398dfd5
zkApps Test Transaction CLI:
sudo apt-get install -y mina-zkapp-test-transaction=1.3.2alpha1-release-2.0.0-398dfd5
zkApps Transaction CLI Documentation
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAME
in the images below with your choice ofbionic
,focal
,stretch
,buster
, orbullseye
to select the base docker image.Mina Daemon:
minaprotocol/mina-daemon:1.3.2alpha1-release-2.0.0-398dfd5-CODENAME-berkeley
Step by Step Guide:
This version will only connect and function properly on the newly launched Berkeley QA Network. Docker only Make sure to run with
--peer-list-url https://storage.googleapis.com/seed-lists/berkeley_seeds.txt
.If you are running the correct version on the correct network BERKELEY QA NET,
mina client status
will show:Beta Was this translation helpful? Give feedback.
All reactions