Skip to content

v1.11.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 09:31
· 328 commits to master since this release
6e5f5c4

⚠️ TESTNET ⚠️

Upgrade instructions

# Backup your node's SGX secrets
cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 110backup
cp ~/.secretd/.node/* 110backup/

# Get the v1.11 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.11.0-beta.2/secretnetwork_1.11.0-beta.2_testnet_goleveldb_amd64.deb"

# Verify the v1.11 binaries
echo '723a2d03ec51deadf4675f8363e79ae85c2965ea94fe9cc8d6063eb58062e40f secretnetwork_1.11.0-beta.2_testnet_goleveldb_amd64.deb' | sha256sum --check

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

# Install the v1.11 binaries
sudo apt install -y "./secretnetwork_1.11.0-beta.2_testnet_goleveldb_amd64.deb"

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node

What's Changed

Full Changelog: v1.10.0...v1.11.0-beta.2