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 a brand new Berkely release candidate 1551e2f that is ready to test on the new and updated Berkeley Testnet!
Please report any issues in the comments on this post or tag any issues you create with 2.0.0berkeley_rc1 and include 2.0.0berkeley_rc1 in the issue title.
What changed
This release is the culmination of numerous fixes and additions developed during our previous TestWorld initiative including new features, RFCs, tests, bug fixes and significant performance enhancements. All of the fixes and improvements from the earlier rampup releases are also included in this release.
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 a brand new Berkely release candidate 1551e2f that is ready to test on the new and updated Berkeley Testnet!
Please report any issues in the comments on this post or tag any issues you create with
2.0.0berkeley_rc1
and include2.0.0berkeley_rc1
in the issue title.What changed
This release is the culmination of numerous fixes and additions developed during our previous TestWorld initiative including new features, RFCs, tests, bug fixes and significant performance enhancements. All of the fixes and improvements from the earlier rampup releases are also included in this release.
Complete CHANGELOG since 56fa1db in:
GitHub Compare: 56fa1db...1551e2f
O1JS CHANGELOG
https://github.com/o1-labs/o1js/blob/main/CHANGELOG.md
Installation
Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading and Connecting to Berkeley
Debian Packages
First, set up and update the
berkeley
Debian Repository for your platform.Then, install the package or packages that you need:
sudo apt-get install -y mina-berkeley=2.0.0berkeley-rc1-1551e2f
sudo apt-get install -y mina-archive=2.0.0berkeley-rc1-1551e2f
sudo apt-get install -y mina-zkapp-test-transaction=2.0.0berkeley-rc1-1551e2f
Docker Images
Every docker image is built for each of the supported platforms.
To select the base docker image, replace CODENAME with the codename appropriate for your machine (
focal
,buster
, orbullseye
):Step-by-Step Guide
This version connects and functions only on the new version of the Berkeley Testnet.
mina libp2p generate-keypair -privkey-path <path-to-the-key-file>
MINA_LIBP2P_PASS
with the password set for the libp2p key pair in the previous step.-libp2p-keypair <path-to-the-key-file>
and--peer-list-url https://storage.googleapis.com/seed-lists/berkeley_seeds.txt
If you are running the correct version on the correct network, Berkeley Testnet, the expected output of the
mina client status
command is:Full Changelog: 2.0.0rampup8...2.0.0berkeley_rc1
This discussion was created from the release Berkeley RC1.
Beta Was this translation helpful? Give feedback.
All reactions