github scrtlabs/SecretNetwork v1.12.1

latest releases: v2.0.0-beta.7, v2.0.0-beta.6, v2.0.0-beta.5...
11 months ago

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

Don't miss a new SecretNetwork release

NewReleases is sending notifications on new releases.