What's changed
- Fix ASA-2025-001, ASA-2025-002, ASA-2025-004, potential Denial-of-Service condition leading to temporary disability in IBC transfers to the native chain
Upgrade instructions (Ubuntu-22.04)
# Backup any systemd unit file customizations
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.17.0/secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
Upgrade instructions (Ubuntu-20.04)
# Backup any systemd unit file customizations
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.17.0/secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
Full Changelog: v1.16.2...v1.17.0