Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/node/constants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 |

</TabItem>
Expand Down
12 changes: 6 additions & 6 deletions docs/node/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

Expand All @@ -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 ?
Expand Down
2 changes: 1 addition & 1 deletion docs/node/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion external/client/mainnet/config-files.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion external/node/mainnet/config-files.txt
Original file line number Diff line number Diff line change
@@ -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