github availproject/avail 2.3.6.0-hotfix

5 hours ago

Avail Validator Hotfix - 2.3.6.0-hotfix

All validators must run the new binary with the provided v54.wasm with --wasm-runtime-overrides.

  • Stop the validator:
sudo systemctl stop avail.service
  • Create the WASM folder:
mkdir -p ./avail/wasm
  • Download v54.wasm:
wget -O ./avail/wasm/v54.wasm https://github.com/availproject/avail/releases/download/2.3.6.0-hotfix/v54.wasm
  • Download the new node binary:
wget -O ./avail-node https://github.com/availproject/avail/releases/download/2.3.6.0-hotfix/x86_64-ubuntu-2204-avail-node
chmod +x ./avail-node
  • Update your validator startup command to use ./avail-node and add:
--wasm-runtime-overrides ./avail/wasm
  • Restart the validator:
sudo systemctl restart avail.service
  • Check the logs and confirm:
Found wasm override

What's Changed

Full Changelog: v2.3.6.0...2.3.6.0-hotfix

Don't miss a new avail release

NewReleases is sending notifications on new releases.