Skip to content

Commit

Permalink
Bump node version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jul 17, 2024
1 parent 1157cc3 commit 580f66d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions docs/examples/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<table>
<tr>
Expand Down Expand Up @@ -59,15 +59,15 @@ rustup target add wasm32-unknown-unknown

<tr>
<td>Gear Rust libraries: `gstd`, `gtest`, `gmeta`, `gclient`, `gear-wasm-builder`</td>
<td>v1.1.1</td>
<td>v1.4.2</td>
<td>
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
</td>
</tr>

<tr>
<td>Vara Network Testnet</td>
<td>1.4.1</td>
<td>1.4.2</td>
<td>
Ensure connection to the Vara Network Testnet. Switch networks by clicking on the network name in https://idea.gear-tech.io
</td>
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -213,4 +215,4 @@ Stop the Docker container after use:

```shell
docker stop gear-env
```
```
18 changes: 9 additions & 9 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</TabItem>
Expand All @@ -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
```
</TabItem>
Expand All @@ -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
```
</TabItem>
Expand Down

0 comments on commit 580f66d

Please sign in to comment.