Berkeley QA Release a4eae89 #10890
deepthiskumar
announced in
Berkeley
Replies: 2 comments
-
I think versions on this post is wrong.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@icohigh Yes that's right. I'll update the notes |
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
a4eae89
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 berkeleya4eae89
in the issue title.New Features/Improvements:
Note: zkApps Test Transaction CLI tool cannot be used to create token accounts in this release.
Fixes:
Archive processor bugs in QA net #10343
berkeley qa-net halted #10843
Complete Changelog since
69730d8
in:Github Compare: 69730d8...a4eae89
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:Then, install the package(s) that you need:
Mina Daemon:
sudo apt-get install -y mina-berkeley=1.3.1beta1-release-2.0.0-a4eae89
zkApps Test Transaction CLI:
sudo apt-get install -y mina-zkapp-test-transaction=1.3.1beta1-release-2.0.0-a4eae89
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.1beta1-release-2.0.0-a4eae89-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