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
ea6c7ee
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 berkeleyea6c7ee
in the issue title.New Features/Improvements:
zkapp_fee_payer
table from archive db Remove indirection table zkapp_fee_payer #10917Note: zkApps Test Transaction CLI tool cannot be used to create token accounts in this release.
Fixes:
Complete Changelog since
a4eae89
in:Github Compare: a4eae89...ea6c7ee
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.1beta1-release-2.0.0-ea6c7ee
zkApps Test Transaction CLI:
sudo apt-get install -y mina-zkapp-test-transaction=1.3.1beta1-release-2.0.0-ea6c7ee
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-ea6c7ee-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