Skip to content

Releases: MinaProtocol/mina

Mainnet Beta Release 1.4.0beta2

30 Mar 00:21
Compare
Choose a tag to compare
Pre-release

The O(1) Labs team is proud to announce that 1.4.0beta2 is ready to test on Mainnet! 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.0beta2 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

New Features:

  • Logging for low_fill_rate debugging #12902
  • logproc package #12827
  • Demote network pool batch size logs to debug #12846

Complete Changelog since 1.3.1.2:

1.3.1.2...1.4.0beta2

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the beta Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.4.0beta2-e976627
Mina Archive: sudo apt-get install -y mina-archive=1.4.0beta2-e976627
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.4.0beta2-e976627-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.4.0beta2-e976627-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.4.0beta2-e976627-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.0beta2-e976627-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    e976627007d99415932392a84983de4e4a8db38f

Mainnet Beta Release 1.4.0beta1

11 Mar 01:56
Compare
Choose a tag to compare
Pre-release

The O(1) Labs team is proud to announce that 1.4.0beta1 is ready to test on Mainnet! 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.0beta1 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Complete Changelog since 1.3.1.2:

1.3.1.2...1.4.0beta1

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the beta Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.4.0beta1-baac5fd
Mina Archive: sudo apt-get install -y mina-archive=1.4.0beta1-baac5fd
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.4.0beta1-baac5fd-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.4.0beta1-baac5fd-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.4.0beta1-baac5fd-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.0beta1-baac5fd-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    baac5fdddc441d0862d72fa5a74ac96297477d12

Devnet Pre-Release 1.4.0alpha1

24 Feb 07:07
da12bcf
Compare
Choose a tag to compare
Pre-release

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!

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:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-alpha.list
sudo apt-get update

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 of bionic, focal, stretch, buster, or bullseye 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 add PEER_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:

Chain id:     b6ee40d336f4cc3f33c1cc04dee7618eb8e556664c2b2d82ad4676b512a82418
Git SHA-1:    da12bcf65fc6b37d81b237e57ab9284270d339ef

Mainnet Stable Release 1.3.1.2

27 Oct 03:56
Compare
Choose a tag to compare

The O(1) Labs team is proud to announce that 1.3.1.2 is ready for use in production on Mainnet! This release includes a crucial bug discovered on mainnet which we decided to fix and release immediately. This release is identical to 1.3.1.1 with the exception of addressing this bug, and it is recommended that all node operators upgrade at their earliest convenience.

If you run into any issues, please include Release: 1.3.1.2 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes

  • Replace hashless ledger with ledger mask in transaction validator #12047

Complete Changelog since 1.3.1:

1.3.1...1.3.1.2

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the stable Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.3.1.2-25388a0
Mina Archive: sudo apt-get install -y mina-archive=1.3.1.2-25388a0
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.1.2-25388a0-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.3.1.2-25388a0-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.1.2-25388a0-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.1.2-25388a0-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    25388a0fed9695e8e9d04f75f50c2bae1c9c80db

Mainnet Beta Release 1.3.2beta2

02 Aug 18:38
6e4c7fc
Compare
Choose a tag to compare
Pre-release

The O(1) Labs team is proud to announce that 1.3.1beta2 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.2beta2 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes:

  • Ensure backups always occur at midnight #10581
  • Make sure demo mode nodes stay alive with no peers #10657
  • Fix a double cache invalidation bug in the cachup code #10769
  • Fix a crash when blocks are applied to the transition frontier twice #10735
  • Fix yojson parsing for Snark_work_recieved logs #10871
  • Print "Using password from environment variable" logs when the password is actually used and not always #10865
  • Fix the "run local network" script for the latest mina version and add some features #11105 #11221
  • Fix generate-keys-and-ledger.sh script #11157
  • Fix long log lines and other logging issues #10722
  • Batch transaction tool fixes #11377
  • Resolve pickles inconsistencies #11592

New Features:

  • Node status backend RFC #9910
  • Log when adding a block #10310
  • Cache the state body hashes for blocks to speed up GetTransitionChainProof #10297
  • Optimize libp2p/golang message parsing #10299
  • Estimate the "gap" when the missing block auditor finds a block missing #10481
  • New metrics to track the time a node spends validating messages #10158
  • Filter commands when using the replayer #10312
  • New file structure used by the Delegation Program Backend #9712
  • Extract wire types into a dedicated library #11256
  • Modular graphql serializers with updated graphql_ppx #11158
  • New key and ledger generation tools #11214

Network Stability Improvements

  • Remove validation_callback from blocks type #10684
  • Support bitswap block encoding/decoding #10579
  • Improve message pipes using a Sink abstraction #9962
  • Extract validation logic from External_transition #10780
  • Finalize block header / block body split with new module structure #10903
  • Pass validation callbacks through the catchup process #10895

Assorted Testing and CI/CD Improvements:

Complete Changelog since 1.3.1:

1.3.1...1.3.2beta2

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the beta Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.3.2beta2-6e4c7fc
Mina Archive: sudo apt-get install -y mina-archive=1.3.2beta2-6e4c7fc
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.2beta2-6e4c7fc-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.3.2beta2-6e4c7fc-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.2beta2-6e4c7fc-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.2beta2-6e4c7fc-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    6e4c7fc28157b7316122cdb341c18aca32398526

Mainnet Stable Release 1.3.1.1

02 Aug 18:35
f361ba1
Compare
Choose a tag to compare

The O(1) Labs team is proud to announce that 1.3.1.1 is ready for use in production on Mainnet! This release includes a crucial bug discovered during the release process for 1.3.2 which we decided to fix and release immediately in an abundance of caution. This release is identical to 1.3.1 with the exception of addressing this bug, and it is recommended that all users upgrade at their earliest convenience.

If you run into any issues, please include Release: 1.3.1.1 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes

  • Resolve pickles inconsistencies #11592

Complete Changelog since 1.3.1:

1.3.1...1.3.1.1

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the stable Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.3.1.1-f361ba1
Mina Archive: sudo apt-get install -y mina-archive=1.3.1.1-f361ba1
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.1.1-f361ba1-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.3.1.1-f361ba1-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.1.1-f361ba1-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.1.1-f361ba1-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    f361ba19d78ba930b5b551f58d1a82942c0f724b

Mainnet Beta Release 1.3.2beta1

01 Jul 06:54
985b1b2
Compare
Choose a tag to compare
Pre-release

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.

Bug Fixes:

  • Ensure backups always occur at midnight #10581
  • Make sure demo mode nodes stay alive with no peers #10657
  • Fix a double cache invalidation bug in the catchup code #10769
  • Fix a crash when blocks are applied to the transition frontier twice #10735
  • Fix yojson parsing for Snark_work_received logs #10871
  • Print "Using password from environment variable" logs when the password is actually used and not always #10865
  • Fix the "run local network" script for the latest mina version and add some features #11105 #11221
  • Fix generate-keys-and-ledger.sh script #11157
  • Fix long log lines and other logging issues #10722
  • Batch transaction tool fixes #11377

New Features:

  • Node status backend RFC #9910
  • Log when adding a block #10310
  • Cache the state body hashes for blocks to speed up GetTransitionChainProof #10297
  • Optimize libp2p/golang message parsing #10299
  • Estimate the "gap" when the missing block auditor finds a block missing #10481
  • New metrics to track the time a node spends validating messages #10158
  • Filter commands when using the replayer #10312
  • New file structure used by the Delegation Program Backend #9712
  • Extract wire types into a dedicated library #11256
  • Modular graphql serializers with updated graphql_ppx #11158
  • New key and ledger generation tools #11214

Network Stability Improvements

  • Remove validation_callback from blocks type #10684
  • Support bitswap block encoding/decoding #10579
  • Improve message pipes using a Sink abstraction #9962
  • Extract validation logic from External_transition #10780
  • Finalize block header / block body split with new module structure #10903
  • Pass validation callbacks through the catchup process #10895

Assorted Testing and CI/CD Improvements:

Complete 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:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update

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 of bionic, focal, stretch, buster, or bullseye 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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    985b1b2b0204d97eaffd093b0f55962ff576a5fb

Devnet Pre-Release 1.3.2alpha1

09 Jun 20:15
ccaa43c
Compare
Choose a tag to compare
Pre-release

The O(1) Labs team is proud to announce that 1.3.1alpa1 is ready to test on Devnet! 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.2alpha1 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes:

  • Ensure backups always occur at midnight #10581
  • Make sure demo mode nodes stay alive with no peers #10657
  • Fix a double cache invalidation bug in the cachup code #10769
  • Fix a crash when blocks are applied to the transition frontier twice #10735
  • Fix yojson parsing for Snark_work_recieved logs #10871
  • Print "Using password from environment variable" logs when the password is actually used and not always #10865
  • Fix the "run local network" script for the latest mina version and add some features #11105 #11221
  • Fix generate-keys-and-ledger.sh script #11157

New Features:

  • Node status backend RFC #9910
  • Log when adding a block #10310
  • Cache the state body hashes for blocks to speed up GetTransitionChainProof #10297
  • Optimize libp2p/golang message parsing #10299
  • Estimate the "gap" when the missing block auditor finds a block missing #10481
  • New metrics to track the time a node spends validating messages #10158
  • Filter commands when using the replayer #10312
  • New file structure used by the Delegation Program Backend #9712

Network Stability Improvements

  • Remove validation_callback from blocks type #10684
  • Support bitswap block encoding/decoding #10579
  • Improve message pipes using a Sink abstraction #9962
  • Extract validation logic from External_transition #10780
  • Finalize block header / block body split with new module structure #10903
  • Pass validation callbacks through the catchup process #10895

Assorted Testing and CI/CD Improvements:

Complete Changelog since 1.3.0:

1.3.1...1.3.2alpha1

Upgrading & Connecting to Devnet

Debian Packages:

Debian Repository:
First, set up and update the alpha Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-alpha.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-devnet=1.3.2alpha1-ccaa43c
Mina Archive: sudo apt-get install -y mina-archive=1.3.2alpha1-ccaa43c
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.2alpha1-ccaa43c-CODENAME-devnet
Mina Archive: minaprotocol/mina-archive:1.3.2alpha1-ccaa43c-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.2alpha1-ccaa43c-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.2alpha1-ccaa43c-CODENAME-devnet and go!

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 add PEER_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:

Chain id:     b6ee40d336f4cc3f33c1cc04dee7618eb8e556664c2b2d82ad4676b512a82418
Git SHA-1:    ccaa43c5a3258444d79cb0293898ee13161dfe87

Mainnet Stable Release 1.3.1

13 May 07:57
3e3abec
Compare
Choose a tag to compare

The O(1) Labs team is proud to announce that 1.3.1 is ready for production use on Mainnet! This release includes a set of critical bugfixes and improvements that we have applied to 1.3.0 as hotfixes to ensure minimal changes between releases.

If you run into any issues, please include Release: 1.3.1 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes:

  • Improve nonce edge case handling in rosetta #1060
  • Fix integration tests to match the deployed infrastructure #10811

New Features:

  • Improve error handling and retry logic in the foundation delegation uptime client #10789
  • Make the new docker entrypoint script more flexible and lower disk used for logging #10841
  • Support memos in rosetta responses #10538

Complete Changelog since 1.3.0:

1.3.0...1.3.1

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the stable Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.3.1-3e3abec
Mina Archive: sudo apt-get install -y mina-archive=1.3.1-3e3abec
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.1-3e3abec-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.3.1-3e3abec-CODENAME
Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.1-3e3abec-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.1-3e3abec-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    3e3abecd4fd197017321d61a65a25f0bbdc40f3a

Mainnet Beta Release 1.3.1beta1

04 May 06:57
529bf17
Compare
Choose a tag to compare
Pre-release

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 critical bugfixes and improvements that we have applied to 1.3.0 as hotfixes to ensure minimal changes between releases. Larger changes will come along with a slower process in an incoming 1.3.2alpha1 and future 1.3.2+ releases.

If you run into any issues, please include Release: 1.3.1beta1 in the name of any issues you create. Please report any issues you encounter here or join the Discussion!

Bug Fixes:

  • Improve nonce edge case handling in rosetta #1060
  • Fix integration tests to match the deployed infrastructure #10811

New Features:

  • Improve error handling and retry logic in the foundation delegation uptime client #10789
  • Make the new docker entrypoint script more flexible and lower disk used for logging #10841
  • Support memos in rosetta responses #10538

Complete Changelog since 1.3.0:

1.3.0...1.3.1beta1

Upgrading & Connecting to Mainnet

Debian Packages:

Debian Repository:
First, set up and update the beta Debian Repository for your platform with the following commands:

sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update

Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install -y mina-mainnet=1.3.1beta1-529bf17
Mina Archive: sudo apt-get install -y mina-archive=1.3.1beta1-529bf17
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 of bionic, focal, stretch, buster, or bullseye to select the base docker image.

Mina Daemon: minaprotocol/mina-daemon:1.3.1beta1-529bf17-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:1.3.1beta1-529bf17-CODENAME
New Mina Archive Schema: create_schema.sql
Mina Rosetta: minaprotocol/mina-rosetta:1.3.1beta1-529bf17-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.1beta1-529bf17-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 add PEER_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:

Chain id:     5f704cc0c82e0ed70e873f0893d7e06f148524e3f0bdae2afb02e7819a0c24d1
Git SHA-1:    529bf17eadca3d589d12ba6c9333b2edf13d308b