Avail Validator Hotfix - 2.3.6.0-hotfix
- Release: https://github.com/availproject/avail/releases/tag/2.3.6.0-hotfix
- WASM: https://github.com/availproject/avail/releases/download/2.3.6.0-hotfix/v54.wasm
- Node binary: https://github.com/availproject/avail/releases/download/2.3.6.0-hotfix/x86_64-ubuntu-2204-avail-node
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-nodeand 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