Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump release version to v0.35.4 #776

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/pages/resources/testnet/upgrades/v35.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This release adds the Axelar Virtual Machine to the network and adds support for
This release enables CosmWasm. Contracts created with CosmWasm will require [governance proposals](https://docs.axelar.dev/learn/cosmwasm-governance) to be deployed for the indefinite future.
</Callout>

Instructions for `2024-February-13` testnet upgrade to axelar-core `v0.35.3`, vald `v0.35.3`, and tofnd `v0.10.1`.
Release can be found [here](https://github.com/axelarnetwork/axelar-core/releases/tag/v0.35.3).
Instructions for `2024-February-13` testnet upgrade to axelar-core `v0.35.4`, vald `v0.35.4`, and tofnd `v0.10.1`.
Release can be found [here](https://github.com/axelarnetwork/axelar-core/releases/tag/v0.35.4).

Upgrade height `12017025` [countdown](https://testnet.mintscan.io/axelar-testnet/blocks/12017025)

Expand Down Expand Up @@ -53,16 +53,16 @@ cp -r ~/.axelar_testnet/.core/data ~/.axelar-lisbon-3-upgrade-0.34/.core/data
excluding them from any data backups.
</Callout>

4. Restart your `axelard` node with the new `v0.35.3` build.
5. If you're a validator also restart `vald` with `v0.35.3` and `tofnd` with `v0.10.1`.
4. Restart your `axelard` node with the new `v0.35.4` build.
5. If you're a validator also restart `vald` with `v0.35.4` and `tofnd` with `v0.10.1`.

Example using join scripts in [axelarate-community git repo](https://github.com/axelarnetwork/axelarate-community):

```bash
# in axelarate-community repo
git checkout main
git pull
KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v0.35.3
KEYRING_PASSWORD="pw-1" ./scripts/node.sh -n testnet -a v0.35.4
# For validators, restart vald/tofnd
KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v0.35.3 -q v0.10.1
KEYRING_PASSWORD="pw-1" TOFND_PASSWORD="pw-2" ./scripts/validator-tools-host.sh -n testnet -a v0.35.4 -q v0.10.1
```