Devnet Pre-Release 1.4.0alpha1 #12716
lk86
announced in
Announcements
Replies: 1 comment 1 reply
-
Couldn't find the image while we are trying to update our devnet node. We didn't see it here either https://hub.docker.com/r/minaprotocol/mina-daemon/tags but we might be looking to wrong place. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The O(1) Labs team is proud to announce that 1.4.0alpha1 is ready to test on Devnet! This release includes a set of minor bugfixes, RFCs and new documentation, major testing and CI improvements, and code cleanup. The changes should have a minor effect on user experience but include months of work to improve testing, processes, and code quality.
If you run into any issues, please include
Release: 1.4.0alpha1
in the name of any issues you create. Please report any issues you encounter here or join the Discussion below!Complete Changelog since 1.3.1.2:
1.3.1.2...1.4.0alpha1
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository:
First, set up and update the
alpha
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-devnet=1.4.0alpha1-da12bcf
Mina Archive:
sudo apt-get install -y mina-archive=1.4.0alpha1-da12bcf
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.4.0alpha1-da12bcf-CODENAME-devnet
Mina Archive:
minaprotocol/mina-archive:1.4.0alpha1-da12bcf-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta:
minaprotocol/mina-rosetta:1.4.0alpha1-da12bcf-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.4.0alpha1-da12bcf-CODENAME-devnet
and go!Step by Step Guide:
Step by Step Guide:
Check out our documentation for complete instructions on using this version to connect to Devnet.
Docker only Make sure to run with
--peer-list-url https://storage.googleapis.com/seed-lists/devnet_seeds.txt
. or addPEER_LIST_URL=https://storage.googleapis.com/seed-lists/devnet_seeds.txt
to your.mina-env
.If you are running the correct version on the correct network DEVNET,
mina client status
will show:This discussion was created from the release Devnet Pre-Release 1.4.0alpha1.
Beta Was this translation helpful? Give feedback.
All reactions