Skip to content

v1.23.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 11:11
· 11 commits to master since this release
325b265

What's Changed

  • New nodes can be added via Governance
  • Any Azure nodes are accepted to the network without limitations
  • Implemented WasmD patch CWA-2025-007
  • Implemented CosmosSDK patch ASA-2025-003
  • Added notification about unsupported hardware, including EOL machines

Full Changelog: v1.21.7...v1.23.0

Upgrade instructions (testnet)

1. Download check-hw tool, extract and run the upgrade script

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.0/check_hw_1.23.0_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.23.0_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.23_testnet.sh
cd ..

Make sure the upgrade script runs successfully. At the end you should see this message:

Upgrade script completed successfully

2. Download and install the new node

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.0/secretnetwork_1.23.0_testnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./ secretnetwork_1.23.0_testnet_goleveldb_amd64_ubuntu-22.04.deb"

3. Start the new node

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node
journalctl -fu secret-node