From 9c218d19aa7fbb056a1d35068cf91ec4e7ed522a Mon Sep 17 00:00:00 2001 From: btwiuse <54848194+btwiuse@users.noreply.github.com> Date: Tue, 6 Aug 2024 20:32:08 +0800 Subject: [PATCH] Bump node to 1.4.2 (#112) Co-authored-by: navigaid --- docs/examples/examples.mdx | 18 ++++++++++-------- docs/staking/validate.mdx | 18 +++++++++--------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/docs/examples/examples.mdx b/docs/examples/examples.mdx index 28fa2b1..e616a08 100644 --- a/docs/examples/examples.mdx +++ b/docs/examples/examples.mdx @@ -19,7 +19,7 @@ All program examples and JS applications have been tested in a stable environmen A local development environment can be configured according to the information provided below or by using a pre-configured Docker image as described in the [Using Docker](#using-docker) section. -Current stable release: `v1.4.1` +Current stable release: `v1.4.2` @@ -45,7 +45,7 @@ xcode-select --install - + - + @@ -67,7 +67,7 @@ Ensure the correct version is tagged in the `Cargo.toml` file of the program in - + @@ -82,17 +82,17 @@ Ensure connection to the Vara Network Testnet. Switch networks by clicking on th - + - + - +
Rust2023-09-18stable ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh @@ -59,7 +59,7 @@ rustup target add wasm32-unknown-unknown
Gear Rust libraries: `gstd`, `gtest`, `gmeta`, `gclient`, `gear-wasm-builder`v1.1.1v1.4.2 Ensure the correct version is tagged in the `Cargo.toml` file of the program in use. For example: https://github.com/gear-foundation/dapps/blob/master/contracts/Cargo.toml
Vara Network Testnet1.4.11.4.2 Ensure connection to the Vara Network Testnet. Switch networks by clicking on the network name in https://idea.gear-tech.io
Gear JS API0.36.30.38.1 Ensure this version is specified in the package.json file of the program repository
Gear JS React Hooks0.10.30.10.7 Ensure this version is specified in the package.json file of the program repository
Gear JS UI Kit0.5.220.5.24 Ensure this version is specified in the package.json file of the program repository
@@ -109,6 +109,8 @@ It is highly recommended to use Linux or macOS for compiling Vara nodes and prog | Vara node version | Runtime version | Gear libraries version | Rust toolchain version | | ----------------- | --------------- | ---------------------- | ---------------------- | +| v1.4.2 | 1420 | tag = "v1.4.2" | stable | +| v1.4.1 | 1410 | tag = "v1.4.1" | stable | | v1.4.0 | 1400 | tag = "v1.4.0" | stable | | v1.3.1 | 1310 | tag = "v1.3.1" | stable | | v1.2.1 | 1210 | tag = "v1.2.1" | stable | @@ -213,4 +215,4 @@ Stop the Docker container after use: ```shell docker stop gear-env -``` \ No newline at end of file +``` diff --git a/docs/staking/validate.mdx b/docs/staking/validate.mdx index bbdab52..21a2206 100644 --- a/docs/staking/validate.mdx +++ b/docs/staking/validate.mdx @@ -36,18 +36,18 @@ Download the latest stable release of the `gear` node from the builds repo and u Terminal: ```bash -curl https://get.gear.rs/gear-v1.4.1-x86_64-unknown-linux-gnu.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.4.2-x86_64-unknown-linux-gnu.tar.xz | tar xJ ``` or -**Linux x64**: [gear-v1.4.1-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.4.1-x86_64-unknown-linux-gnu.tar.xz) +**Linux x64**: [gear-v1.4.2-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.4.2-x86_64-unknown-linux-gnu.tar.xz) Run the node: ``` ❯ ./gear --version -gear 1.4.1-a25a431f157 +gear 1.4.2-13d95cf3388 ``` @@ -56,18 +56,18 @@ gear 1.4.1-a25a431f157 Terminal: ```bash -curl https://get.gear.rs/gear-v1.4.1-aarch64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.4.2-aarch64-apple-darwin.tar.xz | tar xJ ``` or -**macOS ARM**: [gear-v1.4.1-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.4.1-aarch64-apple-darwin.tar.xz) +**macOS ARM**: [gear-v1.4.2-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.4.2-aarch64-apple-darwin.tar.xz) Run the node: ``` ❯ ./gear --version -gear 1.4.1-a25a431f157 +gear 1.4.2-13d95cf3388 ``` @@ -76,18 +76,18 @@ gear 1.4.1-a25a431f157 Terminal: ```bash -curl https://get.gear.rs/gear-v1.4.1-x86_64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.4.2-x86_64-apple-darwin.tar.xz | tar xJ ``` or -**macOS Intel x64**: [gear-v1.4.1-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.4.1-x86_64-apple-darwin.tar.xz) +**macOS Intel x64**: [gear-v1.4.2-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.4.2-x86_64-apple-darwin.tar.xz) Run the node: ``` ❯ ./gear --version -gear 1.4.1-a25a431f157 +gear 1.4.2-13d95cf3388 ```