Skip to content

Update testnet nodes from v1.10.7 to v1.10.11 #62

@sync-by-unito

Description

@sync-by-unito

https://github.com/ava-labs/avalanchego/releases/tag/v1.10.7

  1. The supported plugin version is 27.
  2. subnet-evm: 0.5.3

SOP to update nodes

  1. Create instance backup image
  2. Backup node keys
  3. Run the update steps below

Steps


wget [https://github.com/ava-labs/avalanchego/releases/download/v1.10.7/avalanchego-linux-amd64-v1.10.7.tar.gz](https://github.com/ava-labs/avalanchego/releases/download/v1.10.7/avalanchego-linux-amd64-v1.10.7.tar.gz)

tar xzf avalanchego-linux-amd64-v1.10.7.tar.gz

cp avalanchego-v1.10.4/run.sh avalanchego-v1.10.7/

mkdir subnet-evm-0.5.3

wget [https://github.com/ava-labs/subnet-evm/releases/download/v0.5.3/subnet-evm_0.5.3_linux_amd64.tar.gz](https://github.com/ava-labs/subnet-evm/releases/download/v0.5.3/subnet-evm_0.5.3_linux_amd64.tar.gz)

tar xzf subnet-evm_0.5.3_linux_amd64.tar.gz -C subnet-evm-0.5.3

// WARNING: double check if EVM ID is `kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT`

mkdir ~/.avalanchego/plugins

cp subnet-evm-0.5.3/subnet-evm ~/.avalanchego/plugins/kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT

sha256sum subnet-evm-0.5.3/subnet-evm ~/.avalanchego/plugins/kmYb53NrmqcW7gfV2FGHBHWXNA6YhhWf7R7LoQeGj9mdDYuaT

tree avalanchego-v1.10.7/ && tree ~/.avalanchego/plugins/

# stop running node by ctrl+c

cd ~/avalanchego-v1.10.7/

./run.sh

# wait until see "consensus starting" of the chains

Verify if all validators are running successfully


cd ~/avalanchego-api-scripts/api

./platform.getCurrentValidators.sh 81vK49Udih5qmEzU7opx3Zg9AnB33F2oqUTQKuaoWgCvFUWQe | jq .

Update numbers-network repository

Update History: Testnet

  1. 230928: Update testnet nodes from v1.10.7 to v1.10.11
  2. 230803: ✓ Update testnet nodes from v1.10.4 to v1.10.7
  3. 230719: ✓ Update testnet nodes from v1.10.3 to v1.10.4
  4. 230620: ✓ Update testnet nodes from v1.10.2 to v1.10.3
  5. 230601: ✓ Update testnet nodes from v1.10.0-fuji to v1.10.2
  6. 230406: ✓ Update testnet nodes from v1.9.7 to v1.10.0-fuji
  7. 230201: ✓ Update testnet nodes from v1.9.4 to v1.9.7
  8. 221219: ✓ Update testnet nodes from v1.9.0-startup to v1.9.4
  9. 221024: ✓ Update testnet nodes from v1.9.0 to v1.9.0-startup
  10. 221002: ✓ Update testnet nodes from v1.8.6 to v1.9.0
  11. 220927: ✓ Update testnet nodes from v1.8.4 to v1.8.6

┆Issue is synchronized with this Asana task by Unito
┆Created By: Bofu Chen

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions