Skip to content

v1.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 13:10

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