Skip to content

Commit

Permalink
Merge pull request anoma#298 from anoma/brent/update-0316
Browse files Browse the repository at this point in the history
update to 0.31.6
  • Loading branch information
brentstone committed Feb 24, 2024
2 parents 29dd896 + 2988d0e commit 7e57457
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/docs/pages/networks/testnets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ For more context read:

## Shielded expedition

<Callout type="info" emoji="👷">
< Callout type = "info" emoji = "👷" >
For the shielded expedition, it is important to remember to add the `--memo` flag to every transaction. The memo should be filled with the `tpknam` submitted at the shielded-expedition registration period.
For example `namadac transfer --source me --target you --amount 10 --token naan --signing-keys my-key --memo tpknamq1337mypubkey1964qqqqqq`
</Callout>
< /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.5`
- Namada protocol version: `v0.31.6`
- Cometbft version: `0.37.2`
- CHAIN_ID: `shielded-expedition.88f17d1d14`

Expand Down
22 changes: 11 additions & 11 deletions packages/docs/pages/networks/testnets/environment-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import {Steps} from 'nextra-theme-docs'
import { Steps } from 'nextra-theme-docs'
import { Callout } from 'nextra-theme-docs'

# Environment setup

<Callout type="info">
< Callout type = "info" >
If you don't want to build Namada from source you can [install Namada from binaries](../../introduction/install/binaries.mdx).
Note that building from source can be a difficult process and is not recommended for beginners.
</Callout>
< /Callout>

Export the following variables:

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


## Installing Namada
<Steps>
< Steps >
### Install all pre-requisites
- [Rust](https://www.rust-lang.org/tools/install)
- [CometBFT](../../introduction/installing-cometbft.mdx)
Expand All @@ -37,17 +37,17 @@ sudo apt-get update -y
sudo apt-get install build-essential make pkg-config libssl-dev libclang-dev -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
</Steps>
< /Steps>
## Installing CometBFT
<Steps>
< Steps >
### See the installing CometBFT section [here](../../introduction/installing-cometbft.mdx) for instructions on how to install CometBFT.
### Copy both the namada and CometBFT binaries to somewhere on $PATH (or use the relative paths). This step may or may not be necessary.

- namada binaries can be found in `/target/release`
- CometBFT is likely in `$HOME/Downloads/cometbft`
</Steps>
< /Steps>
## Check ports
<Steps>
< Steps >
### Open ports on your machine:
- 26656
- 26657
Expand All @@ -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.5`
- `namada --version` should output `Namada v0.31.6`

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

Expand Down

0 comments on commit 7e57457

Please sign in to comment.