github MinaProtocol/mina 2.0.0rampup3
Berkeley Testnet Release 2.0.0rampup3

latest releases: 3.0.2-alpha1, 3.0.1, 3.0.1-beta1...
pre-release15 months ago

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 bfd1009 that is ready to test on the Berkeley testnet! Please report any issues in the comments on this post or tag any issues you create with berkeley-rampup and include berkeley bfd1009 in the issue title.

Improvements / Features / Bug fixes:

  • Internal tracing implementation (internal tracing PR 1 of 3) #12703
  • Internal tracing for prover and verifier (internal tracing PR 2 of 3) #12874
  • Bump action limit #12981
  • Set delegate in new accounts #13043
  • Fix transaction pool permission checks #13048
  • Remove last vrf output #13120
  • Split Global_slot.t into since-genesis and since-hard-fork types #13143
  • Well-formedness check #13266
  • Faster ledger export (berkeley) #13336
  • Remove token_id from local state #13370
  • Unbox slot types #13382
  • Updated genesis timestamp #13522

When installing Mina Archive please use the following schema files from the release commit:
https://github.com/MinaProtocol/mina/blob/bfd1009abdbee78979ff0343cc73a3480e862f58/src/app/archive/create_schema.sql
https://github.com/MinaProtocol/mina/blob/bfd1009abdbee78979ff0343cc73a3480e862f58/src/app/archive/zkapp_tables.sql
Note: zkApps Test Transaction CLI tool cannot be used to create token accounts in this release.

Complete Changelog since b1facec in:

Github Compare: b1facec...bfd1009

SnarkyJS change log:

https://github.com/o1-labs/snarkyjs/blob/main/CHANGELOG.md

Upgrading & Connecting to Berkeley Testnet

Debian Packages:
First, set up and update the rampup Debian Repository for your platform. Replace the word CODENAME with the appropriate codename for your machine, one of focal, buster, or bullseye and run:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net/ CODENAME rampup" | sudo tee /etc/apt/sources.list.d/mina-rampup.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-berkeley=2.0.0rampup3-bfd1009
Mina Archive: sudo apt-get install -y mina-archive=2.0.0rampup3-bfd1009
zkApps Test Transaction CLI: sudo apt-get install -y mina-zkapp-test-transaction=2.0.0rampup3-bfd1009
zkApps Transaction CLI Documentation

Docker Images:
EEvery docker image is built for each of the supported platforms, replace CODENAME in the images below with your choice of focal, buster, or bullseye to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:2.0.0rampup3-bfd1009-CODENAME-berkeley
Mina Archive: gcr.io/o1labs-192920/mina-archive:2.0.0rampup3-bfd1009-CODENAME

Step by Step Guide:

This version will only connect and function properly on the newly launched Berkeley Testnet.

  • Create a libp2p keypair for a node the first time and persist it
    mina libp2p generate-keypair -privkey-path <path-to-the-key-file>

Run mina daemon
Set environment variable MINA_LIBP2P_PASS with the password set for the libp2p keypair in previous step.
Make sure to run the daemon with -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, mina client status will show:

Chain id: 667b328bfc09ced12191d099f234575b006b6b193f5441a6fa744feacd9744db
Git SHA-1: bfd1009

Don't miss a new mina release

NewReleases is sending notifications on new releases.