Berkeley Release 0b63498 #12217
deepthiskumar
announced in
Berkeley
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
0b63498
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 withberkeley-rampup
and include berkeley0b63498
in the issue title.New Features/Improvements:
authorization_kind_type
to archive schema - Hash authorization kind in account update / transaction commitments #11891token
totokenId
when displaying token owners- Change argument name to tokenId #11954zkapp
field in an account (Doesn't affect graphQL or archive database)- Move zkapp_uri to Zkapp_account #12008typ
tocommand_type
in archive schema Rename typ columns to command_type #11888Please refer to the schema from the released commit
Note: zkApps Test Transaction CLI tool cannot be used to create token accounts in this release.
Complete Changelog since
32a9161
in:Github Compare: 32a9161...0b63498
SnarkyJS change log: https://github.com/o1-labs/snarkyjs/blob/main/CHANGELOG.md
Upgrading & Connecting to Berkeley Testnet
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.2beta2-release-2.0.0-0b63498
zkApps Test Transaction CLI:
sudo apt-get install -y mina-zkapp-test-transaction=1.3.2beta2-release-2.0.0-0b63498
zkApps 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.2beta2-release-2.0.0-0b63498-CODENAME-berkeley
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
MINA_LIBP2P_PASS
with the password set for the libp2p keypair in step1-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:Beta Was this translation helpful? Give feedback.
All reactions