Skip to content

Commit

Permalink
Merge pull request #156 from InjectiveLabs/fix/doc-version-fix
Browse files Browse the repository at this point in the history
Updating version to 1.13.2
  • Loading branch information
djosse authored Aug 15, 2024
2 parents f255ae1 + e5fc7ca commit 7a2756b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Injective v1.13.1 Upgrade 🥷
# Injective v1.13.2 Upgrade 🥷

## Upgrade Guide


This is a software upgrade proposal for Injective. If passed, [Proposal 424](https://hub.injective.network/proposals/424/) would commit the Injective Chain to halt at block [82830000](https://www.mintscan.io/injective/blocks/82830000) (approximately 15:00 UTC on Thursday August 20th 2024) and resume with the v1.13.1 version of the application binary.
This is a software upgrade proposal for Injective. If passed, [Proposal 424](https://hub.injective.network/proposals/424/) would commit the Injective Chain to halt at block [82830000](https://www.mintscan.io/injective/blocks/82830000) (approximately 15:00 UTC on Thursday August 20th 2024) and resume with the v1.13.2 version of the application binary.

Validators can find a step-by-step guide on the upgrade procedure in the long-form [proposal](https://docs.injective.network/nodes/validators/mainnet/canonical-chain-upgrade/canonical-1.13.1).
Validators can find a step-by-step guide on the upgrade procedure in the long-form [proposal](https://docs.injective.network/nodes/validators/mainnet/canonical-chain-upgrade/canonical-1.13.2).

Validators should also upgrade the peggo version.

### Versions

| Binary | Version |Commit Hash
| -------- | ------- |------- |
| injectived | v1.13.1 |XXXX|
| peggo | v1.13.1 |XXXX|
| injectived | v1.13.2 |XXXX|
| peggo | v1.13.2 |XXXX|

`Go version 1.22`

Expand All @@ -25,8 +25,8 @@ peggo version
```

```bash
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.13.1 injectived version
docker run public.ecr.aws/l9h3g6c6/peggo:v1.13.1 peggo version
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.13.2 injectived version
docker run public.ecr.aws/l9h3g6c6/peggo:v1.13.2 peggo version
```

### 🐳 Docker
Expand All @@ -35,13 +35,13 @@ Docker images have support for both `amd64` and `arm64` architectures.

| Image | Description |
| -------- | ------- |
| public.ecr.aws/l9h3g6c6/injective-core:v1.13.1 | Debian image |
| public.ecr.aws/l9h3g6c6/peggo:v1.13.1 | Alpine image |
| public.ecr.aws/l9h3g6c6/injective-core:v1.13.2 | Debian image |
| public.ecr.aws/l9h3g6c6/peggo:v1.13.2 | Alpine image |

### 🕊️ Download Binaries

```bash
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.0-XXXXX/linux-amd64.zip
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.13.2-XXXXX/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib
Expand Down

0 comments on commit 7a2756b

Please sign in to comment.