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 4a0fff9 that is ready to test on the Testworld 2.0 testnet!
Please report any issues in the comments on this post or tag any issues you create with berkeley-rampup and include berkeley 4a0fff9 in the issue title.
What changed
This release focuses on bug fixes & improvements that bring significant efficiency, performance and stability gains that we are excited to share with you.
Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
There is no schema change comparing to previous release candidate when installing Mina Archive node
Note: zkApps Test Transaction CLI tool is not supported to create token accounts in this release.
Upgrading and Connecting to Testworld 2.0
Debian Packages
First, set up and update the rampup Debian Repository for your platform.
Replace CODENAME with the appropriate codename for your machine (focal, buster, or bullseye), and run:
This version connects and functions only on the newly launched Testworld 2.0.
Create a libp2p key pair for a node the first time and persist it. mina libp2p generate-keypair -privkey-path <path-to-the-key-file>
Set the environment variable MINA_LIBP2P_PASS with the password set for the libp2p key pair in the previous step.
Run mina daemon with: -libp2p-keypair <path-to-the-key-file> and --peer-list-url https://storage.googleapis.com/seed-lists/testworld-2-0_seeds.txt and --itn-max-logs 10000
If you are running the correct version on the correct network, Testworld 2.0, the expected output of the mina client status command is:
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 4a0fff9 that is ready to test on the Testworld 2.0 testnet!
Please report any issues in the comments on this post or tag any issues you create with berkeley-rampup and include berkeley 4a0fff9 in the issue title.
What changed
This release focuses on bug fixes & improvements that bring significant efficiency, performance and stability gains that we are excited to share with you.
Bug Fixes
Sparse_ledger.of_ledger_subset_exn
Use 'wide merkle paths' to optimizeSparse_ledger.of_ledger_subset_exn
#14594Sparse_ledger.of_ledger_subset_exn
Avoid ledger copy and mutation inSparse_ledger.of_ledger_subset_exn
#14587Complete CHANGELOG since 4061884 in:
GitHub Compare: 4061884...4a0fff9
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.
There is no schema change comparing to previous release candidate when installing Mina Archive node
Note: zkApps Test Transaction CLI tool is not supported to create token accounts in this release.
Upgrading and Connecting to Testworld 2.0
Debian Packages
First, set up and update the rampup Debian Repository for your platform.
Replace CODENAME with the appropriate codename for your machine (
focal
,buster
, orbullseye
), and run:Then, install the package or packages that you need:
sudo apt-get install -y mina-berkeley=2.0.0rampup7-4a0fff9
sudo apt-get install -y mina-archive=2.0.0rampup7-4a0fff9
sudo apt-get install -y mina-zkapp-test-transaction=2.0.0rampup7-4a0fff9
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 newly launched Testworld 2.0.
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/testworld-2-0_seeds.txt
and--itn-max-logs 10000
If you are running the correct version on the correct network, Testworld 2.0, the expected output of the
mina client status
command is:Full Changelog: 2.0.0rampup6...2.0.0rampup7
Beta Was this translation helpful? Give feedback.
All reactions