numbersprotocol / numbers-network

MIT License
1 stars 1 forks source link

Update testnet nodes from v1.10.11 to v1.10.14 #72

Closed sync-by-unito[bot] closed 1 year ago

sync-by-unito[bot] commented 1 year ago

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

  1. The supported plugin version is 29.
  2. subnet-evm: 0.5.8

SOP to update nodes

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

Steps


// 1 - Set up updating script

// node updating scripts: [https://github.com/numbersprotocol/numbers-network/tree/main/chains](https://github.com/numbersprotocol/numbers-network/tree/main/chains)

vim update-validator-testnet.sh

// 2 - Stop running node by ctrl+c

./update-validator-testnet.sh

// 3 - Run updated node

cd ~/avalanchego-{target-version}/

./run.sh

// 4 - Wait until see "consensus starting" of the chains

// 5 - Verify if all validators are running successfully


cd ~/avalanchego-api-scripts/api

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

./info.peers.sh | jq .

// 6 - Update numbers-network repository


Update History: Testnet

  1. 231102: ✓ Update testnet nodes from v1.10.11 to v1.10.14
  2. 230928: ✓ Update testnet nodes from v1.10.7 to v1.10.11
  3. 230803: ✓ Update testnet nodes from v1.10.4 to v1.10.7
  4. 230719: ✓ Update testnet nodes from v1.10.3 to v1.10.4
  5. 230620: ✓ Update testnet nodes from v1.10.2 to v1.10.3
  6. 230601: ✓ Update testnet nodes from v1.10.0-fuji to v1.10.2
  7. 230406: ✓ Update testnet nodes from v1.9.7 to v1.10.0-fuji
  8. 230201: ✓ Update testnet nodes from v1.9.4 to v1.9.7
  9. 221219: ✓ Update testnet nodes from v1.9.0-startup to v1.9.4
  10. 221024: ✓ Update testnet nodes from v1.9.0 to v1.9.0-startup
  11. 221002: ✓ Update testnet nodes from v1.8.6 to v1.9.0
  12. 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[bot] commented 1 year ago

➤ Bofu Chen commented:

Andrea Vargas11:04 AM ( https://dt42-numbers.slack.com/archives/C04NZKACW77/p1696993480726929 )

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

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

This release includes:

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

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

sync-by-unito[bot] commented 1 year ago

➤ Bofu Chen commented:

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

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

This release includes:

The supported plugin version is now 29 (changed). If you run a Custom VM on AvalancheGo@v1.10.9-v1.10.12, you will need to update it to work with AvalancheGo@v1.10.13. A compatible Subnet-EVM version will be published in the following days.

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

sync-by-unito[bot] commented 1 year ago

➤ Bofu Chen commented:

Andrea Vargas11:04 PM ( https://dt42-numbers.slack.com/archives/C04NZKACW77/p1698332698894009 )

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

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

This release includes:

The supported plugin version is 29 (unchanged). If you run a Custom VM on AvalancheGo@v1.10.13, it will work with AvalancheGo@v1.10.14.

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