Skip to content

Commit

Permalink
Bump node to 1.4.2 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: navigaid <[email protected]>
  • Loading branch information
btwiuse and navigaid authored Aug 6, 2024
1 parent 196daec commit 9c218d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
18 changes: 10 additions & 8 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 All @@ -45,7 +45,7 @@ xcode-select --install

<tr>
<td>Rust</td>
<td>2023-09-18</td>
<td>stable</td>
<td>
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Expand All @@ -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 All @@ -82,17 +82,17 @@ Ensure connection to the Vara Network Testnet. Switch networks by clicking on th
</tr>
<tr>
<td>Gear JS API</td>
<td>0.36.3</td>
<td>0.38.1</td>
<td>Ensure this version is specified in the package.json file of the program repository</td>
</tr>
<tr>
<td>Gear JS React Hooks</td>
<td>0.10.3</td>
<td>0.10.7</td>
<td>Ensure this version is specified in the package.json file of the program repository</td>
</tr>
<tr>
<td>Gear JS UI Kit</td>
<td>0.5.22</td>
<td>0.5.24</td>
<td>Ensure this version is specified in the package.json file of the program repository</td>
</tr>
</table>
Expand All @@ -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 9c218d1

Please sign in to comment.