Skip to content

v1.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 14:46
· 216 commits to master since this release
8a67990

Upgrade instructions

# Get the v1.12.1 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.1/secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"

# Verify the v1.12 binaries
echo '0f6ebfb2513c21c88ba828648d16f9429786e2c9be216baff03ba9846545c2ea secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb' |
    sha256sum --check

# Stop the v1.12.0 node
sudo systemctl stop secret-node

# Install the v1.12.1 binaries
sudo apt install -y "./secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node

What's changed

  • Fixed a bug in the v1.12 upgrade handler (8a67990)

Full Changelog: v1.12.0...v1.12.1