Skip to content

Commit

Permalink
Merge pull request anoma#292 from anoma/brent/update-0315
Browse files Browse the repository at this point in the history
update to v0.31.5
  • Loading branch information
brentstone committed Feb 19, 2024
2 parents 61f1fab + 733b005 commit 185696e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `balances.toml` file is located at `https://github.com/anoma/namada-shielded

- Namada Shielded expedition 2:
- From date: 6th of February 2024 18:00 UTC
- Namada protocol version: `v0.31.4`
- Namada protocol version: `v0.31.5`
- 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.4
export NAMADA_TAG=v0.31.5
```


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.4`
- `namada --version` should output `Namada v0.31.5`

</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.4` upgrade
## Namada shielded expedition 2 `v0.31.5` 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.4`
- Namada protocol version: `v0.31.5`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down

0 comments on commit 185696e

Please sign in to comment.