You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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 )
https://github.com/ava-labs/avalanchego/releases/tag/v1.10.7
27
.SOP to update nodes
Steps
Verify if all validators are running successfully
Update
numbers-network
repositoryUpdate History: Testnet
┆Issue is synchronized with this Asana task by Unito
┆Created By: Bofu Chen
The text was updated successfully, but these errors were encountered: