Skip to content

v1.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 16:10

What's changed

  • Fix ASA-2024-0012, ASA-2024-0013

Upgrade instructions (Ubuntu-22.04)

# Backup any systemd unit file customizations

wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.16.0/secretnetwork_1.16.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.16.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.16.0/secretnetwork_1.16.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.16.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.15.1...v1.16.0