You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 69730d8 that is ready to test on the Berkeley QANet! The first comment below describes some concrete steps for what needs to be tested and how you can help, just be sure to report any issues in the comments on this post or tag any issues you create with berkeley-qa and include berkeley 69730d8 in the issue title.
New Features/Improvements:
Rename snapp to zkApp
Rename account_predicate to account+precondition
Rename protocol_state_predicate to procotol_state_precondition
Debian Repository:
First, set up and update the unstable Debian Repository for your platform. Replace the word CODENAME with the appropriate codename for your machine, one of bionic, focal, stretch, buster, or bullseye and run:
Then, install the package(s) that you need: Mina Daemon:sudo apt-get install -y mina-berkeley=1.3.0-release-2.0.0-69730d8 New zkApps Test Transaction CLI:sudo apt-get install -y mina-zkapp-test-transaction=1.3.0-release-2.0.0-69730d8 Snapps 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 of bionic, focal, stretch, buster, or bullseye to select the base docker image. Mina Daemon:minaprotocol/mina-daemon:1.3.0-release-2.0.0-69730d8-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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
69730d8
that is ready to test on the Berkeley QANet! The first comment below describes some concrete steps for what needs to be tested and how you can help, just be sure to report any issues in the comments on this post or tag any issues you create withberkeley-qa
and include berkeley69730d8
in the issue title.New Features/Improvements:
blockchainVerificationKey
GraphQL endpoint, used for dumping the pickles verification key used for the blockchain Expose verifier index and proof as JSON via GraphQL #10655Fixes:
Invalid Signature
Payments from client sdk fail with invalid signature on develop #10298Known Issues
Archive processor bugs in QA net #10343
Complete Changelog since
ba9a0e0
in:Github Compare: ba9a0e0...69730d8
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.0-release-2.0.0-69730d8
New zkApps Test Transaction CLI:
sudo apt-get install -y mina-zkapp-test-transaction=1.3.0-release-2.0.0-69730d8
Snapps 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.0-release-2.0.0-69730d8-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