Testnet 2.2.0 → 2.2.1 upgrade steps

Download node-cli binary

curl -L https://github.com/skalenetwork/node-cli/releases/download/2.3.1/skale-2.3.1-Linux-x86_64 > /usr/local/bin/skale

Verify checksum

Verify checksum using sha512sum command

sha512sum /usr/local/bin/skale

Expected checksum:

84dacb89ae08650b0637d7c9927cc2221188a88021efd5d0e1df1fe5a1a8fd237ceee22849531494b8278959f414fec484d0862be1212ffc130f6c91cba81881

Make node-cli executable

chmod +x /usr/local/bin/skale

Modify .env

Update the following parameters to the new values.

CONTAINER_CONFIGS_STREAM=2.2.1

Execute update

skale node update .env -y