Skip to content

Commit

Permalink
Merge pull request #307 from anoma/bengt/v0.31.8
Browse files Browse the repository at this point in the history
version correction
  • Loading branch information
bengtlofgren authored Mar 3, 2024
2 parents 3ecca2e + b90efc0 commit 3c2978c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/integrating-with-namada/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand = {version = "0.8", default-features = false}
rand_core = {version = "0.6", default-features = false}
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
namada_sdk = { git = "https://github.com/anoma/namada", rev = "v0.31.5", default-features = false, features = ["tendermint-rpc", "std", "async-send", "download-params", "rand"] }
namada_sdk = { git = "https://github.com/anoma/namada", rev = "v0.31.8", default-features = false, features = ["tendermint-rpc", "std", "async-send", "download-params", "rand"] }
tendermint-config = "0.34.0"
tendermint-rpc = { version = "0.34.0", features = ["http-client"]}
tokio = {version = "1.8.2", default-features = false}
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ For example `namadac transfer --source me --target you --amount 10 --token naan
</Callout>

<Callout>
As of version `v0.31.6` you must specify `--node http://127.0.0.1:26657` when running `namadac` commands. This is a temporary bug until the `namadac` client is updated.
As of version `v0.31.8` you must specify `--node http://127.0.0.1:26657` when running `namadac` commands. This is a temporary bug until the `namadac` client is updated.
</Callout>

The `balances.toml` file is located at `https://github.com/anoma/namada-shielded-expedition`.

- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- Namada protocol version: `v0.31.6`
- Namada protocol version: `v0.31.8`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/environment-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note that building from source can be a difficult process and is not recommended
Export the following variables:

```bash copy
export NAMADA_TAG=v0.31.6
export NAMADA_TAG=v0.31.8
```


Expand Down Expand Up @@ -66,6 +66,6 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Make sure you are using the correct CometBFT version
- `cometbft version` should output `0.37.2`
- Make sure you are using the correct Namada version
- `namada --version` should output `Namada v0.31.6`
- `namada --version` should output `Namada v0.31.8`

< /Steps>
4 changes: 2 additions & 2 deletions packages/docs/pages/networks/testnets/testnet-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ This page covers all installation steps required by various upgrades to testnets

## Latest Upgrade

## Namada shielded expedition 2 `v0.31.6` upgrade
## Namada shielded expedition 2 `v0.31.8` upgrade

In order to upgrade to the latest version of the Namada protocol, please follow the steps from [this hackmd](https://hackmd.io/EBTtfPiZT7yoRjxYRcbiPQ)

## Shielded expedition

- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- Namada protocol version: `v0.31.6`
- Namada protocol version: `v0.31.8`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down

0 comments on commit 3c2978c

Please sign in to comment.