The Vault client is constantly being improved. Follow this guide to get the latest version of the Vault client.
At the end of this document you will have:
- Upgraded your Vault client to the latest version
- Restarted the Vault client to connect to the bridge
We will announce on public channels when a new release is made available for the Vault client. The changelog and binaries will be published on the release page. Depending on the method of installation:
!> Occasionally, breaking changes will be introduced to the Vault client. In these cases it is important to update your Vault client in a timely manner to not run the risk of being slashed. We will notify on our channels (Discord, Twitter, Telegram) when this is the case.
docker-compose downrm docker-compose.yaml
wget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/docker-compose.yml -O docker-compose.ymldocker-compose upsudo systemctl stop interbtc-vault.serviceOR terminate the process with Ctrl+C.
wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.5.4/vault-parachain-metadata-testnetwget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.5.4/vault-parachain-metadata-kintsugiwget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/setup -O setup
chmod +x ./setup && sudo ./setupsudo systemctl start interbtc-vault.serviceOR start the process manually.