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

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

Open
sync-by-unito bot opened this issue Sep 24, 2023 · 1 comment
Open

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

sync-by-unito bot opened this issue Sep 24, 2023 · 1 comment
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Sep 24, 2023

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

@sync-by-unito
Copy link
Author

sync-by-unito bot commented Sep 24, 2023

➤ Bofu Chen commented:

Ava Labs notifications

Andrea Vargas5:05 AM ( https://dt42-numbers.slack.com/archives/C04NZKACW77/p1695157550392409 )

AvalancheGo v1.10.10 (Cortina 10) was just released: https://github.com/ava-labs/avalanchego/releases/tag/v1.10.10 ( https://github.com/ava-labs/avalanchego/releases/tag/v1.10.10 )

This version (v1.10.10) is backwards compatible to v1.10.0. It is optional but recommended.

This release includes:

  • Pull-Based C-Chain Gossip

  • ProposerVM Block Pruning

  • MerkleDB Split Intermediate/Value Nodes

The supported plugin version is 28 (unchanged). If you run a Custom VM on AvalancheGo@v1.10.9, it will work with AvalancheGo@v1.10.10. However, we do recommend that Custom VM maintainers upgrade their dependencies to the latest version of AvalancheGo because it includes an improvement for operators using systemd: ava-labs/avalanchego#1988 ( ava-labs/avalanchego#1988 )

You can read an analysis of the release here: https://twitter.com/_patrickogrady/status/1704238368140493283 ( https://twitter.com/_patrickogrady/status/1704238368140493283 )

Andrea Vargas6:29 AM ( https://dt42-numbers.slack.com/archives/C04NZKACW77/p1695421769256039 )

AvalancheGo v1.10.11 (Cortina 11) was just released: https://github.com/ava-labs/avalanchego/releases/tag/v1.10.11 ( https://github.com/ava-labs/avalanchego/releases/tag/v1.10.11 )

This version (v1.10.11) is backwards compatible to v1.10.0. It is optional but recommended.

This release includes:

  • ArchiveDB

  • Refactor RewardValidatorTx Logic

  • Generalize Tracing Package

The supported plugin version is 28 (unchanged). If you run a Custom VM on AvalancheGo@v1.10.9-v1.10.10, it will work with AvalancheGo@v1.10.11.

You can read an analysis of the release here: https://twitter.com/_patrickogrady/status/1705343524030603528 ( https://twitter.com/_patrickogrady/status/1705343524030603528 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant