Mainnet Beta Release 1.3.2beta1 #11426
lk86
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The O(1) Labs team is proud to announce that 1.3.1beta1 is ready to test on Mainnet! This release includes a set of minor bugfixes, major testing and CI improvements, and code cleanup as we build towards the final 1.3.2 version.
If you run into any issues, please include
Release: 1.3.2beta1
in the name of any issues you create. Please report any issues you encounter here or join the Discussion below!Bug Fixes:
batch_txn_tool
#11377New Features:
Network Stability Improvements
mina_block
package instead ofmina_transition
#10903Assorted Testing and CI/CD Improvements:
deb-s3
#11113 Remove vestiges of coda-archive-processor-test #11155 Add dhall to toolchain #11044 Use exit code 20 for integration test node initialization failures #11264 Feature/retry for all infra errors comp #11375 exit code 6 for failure to create subscription #11397Wait_condition.blocks_to_be_produced
in integration tests #10326 Integration tests: don't wait 30s before every GraphQL test #10614 Bump graphql_ppx to fix race condition #10630 breadcrumb wait for not working #10702 Try to fix replayer and conenct to mainnet tests #10758 extra genesis accounts for intg test framework #10739 Explicit genesis configs #10785 make slot time configurable in intg tests #10827 Informative structured log error message #10838 Remove some old intgtest #11094ppx_version
for Jane Street v14 libs #11067 frontend/mina-signer: add 'jest' dev-dependency to run tests in CI #11175 Use upstreamgraphql_ppx
, upgradeppxlib
#11114 dune: add (sandbox none) to mina_version, ocaml-rocksdb #11173 Upgrade OCaml to 4.14 #11257 Update ocaml-graphql-server - compatible #11383 Upgrade dune to 3.3.1, factorize graph-ppx configuration #11347Complete Changelog since 1.3.0:
1.3.1...1.3.2beta1
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository:
First, set up and update the
beta
Debian Repository for your platform with the following commands:Then, install the package(s) that you need:
Mina Daemon:
sudo apt-get install -y mina-mainnet=1.3.2beta1-985b1b2
Mina Archive:
sudo apt-get install -y mina-archive=1.3.2beta1-985b1b2
New Mina Archive Schema: create_schema.sql
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.2beta1-985b1b2-CODENAME-mainnet
Mina Archive:
minaprotocol/mina-archive:1.3.2beta1-985b1b2-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta:
minaprotocol/mina-rosetta:1.3.2beta1-985b1b2-CODENAME
Sandbox Node: For testing in an isolated, single-node network without snarks
As of 1.2.0, the demo functionality is built into the standard daemon container, via the environment variable
RUN_DEMO=true
.Just
docker run -it --name mina-demo -e RUN_DEMO=true minaprotocol/mina-daemon:1.3.2beta1-985b1b2-CODENAME-devnet
and go!Step by Step Guide:
Check out our documentation for complete instructions on using this version to connect to Mainnet.
Docker only Make sure to run with
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or addPEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your.mina-env
.If you are running the correct version on the correct network MAINNET,
mina client status
will show:This discussion was created from the release Mainnet Beta Release 1.3.2beta1.
Beta Was this translation helpful? Give feedback.
All reactions