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.
-
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
144feaa
that 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-qa
and 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
account
queryblock
,bestTip
queriessendSnapp
to send snapp transactionsMINA_TIME_OFFSET
.CODA_PRIVKEY_PASS
toMINA_PRIVKEY_PASS
CODA_LIBP2P_PASS
toMINA_LIBP2P_PASS
.CODA_KEYS_PATH
toMINA_KEYS_PATH
CODA_CLIENT_TRUSTLIST
toMINA_CLIENT_TRUSTLIST
PRs
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 Signature
Payments 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
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.0beta1-release-2.0.0-144feaa
New Snapps Test Transaction CLI:
sudo apt-get install -y mina-snapp-test-transaction=1.3.0beta1-release-2.0.0-144feaa
Snapps 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.0beta1-release-2.0.0-144feaa-CODENAME-berkeley
Step 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 status
will show:Beta Was this translation helpful? Give feedback.
All reactions