From d9bfa3cfc73db30d0b03ec62add24bc6a72557de Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Thu, 30 May 2024 09:37:39 +0200 Subject: [PATCH] Update node to minimal fee release --- docs/node/install.mdx | 12 ++++++------ docs/node/update.mdx | 2 +- external/client/mainnet/config-files.txt | 2 +- external/node/mainnet/config-files.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/node/install.mdx b/docs/node/install.mdx index 93f573b62..1727e0631 100644 --- a/docs/node/install.mdx +++ b/docs/node/install.mdx @@ -17,11 +17,11 @@ More info in the [FAQ](/docs/node/faq). If you just wish to run a Massa node without compiling it yourself, you can simply download the latest binary below and go to the next step: [Running a node](/docs/node/run). -- [Windows executable](https://github.com/massalabs/massa/releases/download/MAIN.2.1/massa_MAIN.2.1_release_windows.zip) -- [Linux binary](https://github.com/massalabs/massa/releases/download/MAIN.2.1/massa_MAIN.2.1_release_linux.tar.gz) - +- [Windows executable](https://github.com/massalabs/massa/releases/download/MAIN.2.2/massa_MAIN.2.2_release_windows.zip) +- [Linux binary](https://github.com/massalabs/massa/releases/download/MAIN.2.2/massa_MAIN.2.2_release_linux.tar.gz) - only works with libc2.28 and higher (for example Ubuntu 20.04 and higher) -- [MacOS binary](https://github.com/massalabs/massa/releases/download/MAIN.2.1/massa_MAIN.2.1_release_macos_aarch64.tar.gz) -- Other binaries can be found on https://github.com/massalabs/massa/releases/tag/MAIN.2.1 +- [MacOS binary](https://github.com/massalabs/massa/releases/download/MAIN.2.2/massa_MAIN.2.2_release_macos_aarch64.tar.gz) +- Other binaries can be found on https://github.com/massalabs/massa/releases/tag/MAIN.2.2 ## From source code (advanced installation) @@ -39,7 +39,7 @@ Otherwise, if you wish to run a Massa node from source code, here are the steps - check rust version: ```rustc --version``` - clone this repo: ```git clone https://github.com/massalabs/massa.git``` - go to the cloned repository: ```cd massa``` -- checkout the latest tag: ```git checkout MAIN.2.1``` +- checkout the latest tag: ```git checkout MAIN.2.2``` ### On Windows @@ -61,7 +61,7 @@ Otherwise, if you wish to run a Massa node from source code, here are the steps - Open Windows Power Shell - Clone the latest distributed version: ```git clone https://github.com/massalabs/massa.git``` - Go to the cloned repository: ```cd massa``` - - Checkout the latest tag: ```git checkout MAIN.2.1``` + - Checkout the latest tag: ```git checkout MAIN.2.2``` - Change default Rust to the following stable version: ```rustup default 1.74.1``` ## My node is installed. What next ? diff --git a/docs/node/update.mdx b/docs/node/update.mdx index a809312ab..9aa9da57f 100644 --- a/docs/node/update.mdx +++ b/docs/node/update.mdx @@ -27,5 +27,5 @@ If you installed from sources, you can either re-clone the repo, or you can upda In order to update to the latest release, launch a terminal in your current repository, and then run the following commands: ```shell git fetch -git checkout MAIN.2.1 +git checkout MAIN.2.2 ``` diff --git a/external/client/mainnet/config-files.txt b/external/client/mainnet/config-files.txt index 3f2906800..3d295b0e4 100644 --- a/external/client/mainnet/config-files.txt +++ b/external/client/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/MAIN.2.1/massa-client/base_config/config.toml +https://raw.githubusercontent.com/massalabs/massa/MAIN.2.2/massa-client/base_config/config.toml diff --git a/external/node/mainnet/config-files.txt b/external/node/mainnet/config-files.txt index 3c8ac1196..9fc447593 100644 --- a/external/node/mainnet/config-files.txt +++ b/external/node/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/MAIN.2.1/massa-node/base_config/config.toml +https://raw.githubusercontent.com/massalabs/massa/MAIN.2.2/massa-node/base_config/config.toml