Replies: 3 comments 1 reply
-
|
Some of things one could do to help test this release- |
Beta Was this translation helpful? Give feedback.
-
|
Please add |
Beta Was this translation helpful? Give feedback.
-
@lk86 The seed list (https://storage.googleapis.com/mina-seed-lists/berkeley_seeds.txt) seems to be empty. I am expecting this one here (https://storage.googleapis.com/seed-lists/berkeley_seeds.txt) would be the correct one? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Mina’s ecosystem partner, O(1) Labs, is continuously working on improvements to the core protocol and today we are excited to announce a new unstable release
144feaathat is ready to test on the brand new 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-qaand include berkeley 144feaa in the issue title.New Features/Improvements:
New transaction model to support snapps:
New Transaction model RFC [RFC] New transaction model #8068
Updating the transaction model to support solidity features [RFC] Solidity snapps doc #9123
Reference implementation docs (WIP)
New hash function for snapp transactions:
Payments and delegations should still use the old format.
New "packed" random oracle input type #10005
GraphQL changes for snapp transactions
accountqueryblock,bestTipqueriessendSnappto send snapp transactionsMINA_TIME_OFFSET.CODA_PRIVKEY_PASStoMINA_PRIVKEY_PASSCODA_LIBP2P_PASStoMINA_LIBP2P_PASS.CODA_KEYS_PATHtoMINA_KEYS_PATHCODA_CLIENT_TRUSTLISTtoMINA_CLIENT_TRUSTLISTPRs
MINA_CONFIG... variables (breaking) #9115
MINA...PASS variables (breaking) #9117
MINA_TIME_OFFSET (breaking) #9116
MINA_KEYS_PATH (breaking) #9114
MINA_CLIENT_TRUSTLIST (breaking) #9120
Update to the new kimchi proof system
Kimchi Blog Post
[crypto][kimchi] stubs + backend for kimchi #9547
[kimchi] updating the generic gate to support two gates in one row #9780
Proof system upgraded to use the latest arkworks
[crypto] Proof-systems upgrade #9145
Transactions are ordered by fee per weight unit
user command weight metric #9440
Known Issues:
Invalid SignaturePayments from client sdk fail with invalid signature on develop #10298Complete Changelog since 1.3.0:
PR list discussion: #10292
Github Compare: release/1.3.0...release/2.0.0
Upgrading & Connecting to Berkeley QANet
Debian Packages:
Debian Repository:
First, set up and update the
unstableDebian Repository for your platform. Replace the wordCODENAMEwith the appropriate codename for your machine, one ofbionic,focal,stretch,buster, orbullseyeand 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-144feaaNew Snapps Test Transaction CLI:
sudo apt-get install -y mina-snapp-test-transaction=1.3.0beta1-release-2.0.0-144feaaSnapps Transaction CLI Documentation
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAMEin the images below with your choice ofbionic,focal,stretch,buster, orbullseyeto select the base docker image.Mina Daemon:
minaprotocol/mina-daemon:1.3.0beta1-release-2.0.0-144feaa-CODENAME-berkeleyStep 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 statuswill show:Beta Was this translation helpful? Give feedback.
All reactions