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 ba9a0e0 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 ba9a0e0 in the issue title.
Fixes:
An account's verification key inside the snark was handled in a way that led to it being updated incorrectly and therefore the ledger hash wasn't matching the one computed outside the snark. Changed the snark logic to update verification key appropriately and added unit tests for the same.
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.0beta1-release-2.0.0-ba9a0e0 New Snapps Test Transaction CLI:sudo apt-get install -y mina-snapp-test-transaction=1.3.0beta1-release-2.0.0-ba9a0e0 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.0beta1-release-2.0.0-ba9a0e0-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
ba9a0e0
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 berkeleyba9a0e0
in the issue title.Fixes:
Known Issues
Payments from client sdk are failing with
Invalid Signature
Payments from client sdk fail with invalid signature on develop #10298Archive processor bugs in QA net
Archive processor bugs in QA net #10343
Complete Changelog since
144feaa
in:Github Compare: 144feaa...ba9a0e0
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.0beta1-release-2.0.0-ba9a0e0
New Snapps Test Transaction CLI:
sudo apt-get install -y mina-snapp-test-transaction=1.3.0beta1-release-2.0.0-ba9a0e0
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.0beta1-release-2.0.0-ba9a0e0-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