From 9923663ca6437c0c6fbea1e7fa22fbbde54445be Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Tue, 13 Jan 2026 10:56:41 +0100 Subject: [PATCH] Update MAIN.4.0 > MAIN.4.1 --- docs/node/constants.mdx | 4 ++-- docs/node/install.mdx | 12 ++++++------ docs/node/update.mdx | 2 +- external/client/mainnet/config-files.txt | 2 +- external/node/mainnet/config-files.txt | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/node/constants.mdx b/docs/node/constants.mdx index 7ccc159d3..b40213111 100644 --- a/docs/node/constants.mdx +++ b/docs/node/constants.mdx @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; # Network constants This page describes the constants governing the behavior of the network and their values (that are the same for all nodes of a given network). -These tables are obtained from the source code of the node, in the [massa repository](https://github.com/massalabs/massa/blob/MAIN.4.0/massa-models/src/config/constants.rs), +These tables are obtained from the source code of the node, in the [massa repository](https://github.com/massalabs/massa/blob/MAIN.4.1/massa-models/src/config/constants.rs), and are used in various massa projects, for instance: - Smart contract related constants in [Massa-web3](https://github.com/massalabs/massa-web3/blob/main/src/smartContracts/constants.ts) @@ -84,7 +84,7 @@ The following constants directly depend on the network deployed. | Constant | Description | Value | |----------|-------------|-------| | GENESIS_TIMESTAMP | Unix timestamp (in milliseconds) of the first block of the network | `1705312800000` Monday, January 15, 2024 10:00:00 AM UTC | -| VERSION | A string representing the network's version | `"MAIN.4.0"` currently deployed. | +| VERSION | A string representing the network's version | `"MAIN.4.1"` currently deployed. | | CHAINID | A number representing the network | `77658377` | A signed operation contains the CHAINID, and is only valid on the corresponding network | diff --git a/docs/node/install.mdx b/docs/node/install.mdx index f4b54690d..a210f0167 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.4.0/massa_MAIN.4.0_release_windows.zip) -- [Linux binary](https://github.com/massalabs/massa/releases/download/MAIN.4.0/massa_MAIN.4.0_release_linux.tar.gz) - +- [Windows executable](https://github.com/massalabs/massa/releases/download/MAIN.4.1/massa_MAIN.4.1_release_windows.zip) +- [Linux binary](https://github.com/massalabs/massa/releases/download/MAIN.4.1/massa_MAIN.4.1_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.4.0/massa_MAIN.4.0_release_macos_aarch64.tar.gz) -- Other binaries can be found on https://github.com/massalabs/massa/releases/tag/MAIN.4.0 +- [MacOS binary](https://github.com/massalabs/massa/releases/download/MAIN.4.1/massa_MAIN.4.1_release_macos_aarch64.tar.gz) +- Other binaries can be found on https://github.com/massalabs/massa/releases/tag/MAIN.4.1 ## 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.4.0``` +- checkout the latest tag: ```git checkout MAIN.4.1``` ### 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.4.0``` + - Checkout the latest tag: ```git checkout MAIN.4.1``` - Change default Rust to the following stable version: ```rustup default 1.81.0``` ## My node is installed. What next ? diff --git a/docs/node/update.mdx b/docs/node/update.mdx index 3f26be289..a3ca931df 100644 --- a/docs/node/update.mdx +++ b/docs/node/update.mdx @@ -27,7 +27,7 @@ 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.4.0 +git checkout MAIN.4.1 ``` ## Accepting "Massa Community Charter" diff --git a/external/client/mainnet/config-files.txt b/external/client/mainnet/config-files.txt index 810bdf34c..f33ce998e 100644 --- a/external/client/mainnet/config-files.txt +++ b/external/client/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/MAIN.4.0/massa-client/base_config/config.toml +https://raw.githubusercontent.com/massalabs/massa/MAIN.4.1/massa-client/base_config/config.toml diff --git a/external/node/mainnet/config-files.txt b/external/node/mainnet/config-files.txt index 77d907292..c9cc02dba 100644 --- a/external/node/mainnet/config-files.txt +++ b/external/node/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/MAIN.4.0/massa-node/base_config/config.toml +https://raw.githubusercontent.com/massalabs/massa/MAIN.4.1/massa-node/base_config/config.toml