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.2/check_hw_1.23.2_ubuntu-24.04.tar.gz
tar -xzvf check_hw_1.23.2_ubuntu-24.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.2/secretnetwork_1.23.2_mainnet_goleveldb_amd64_ubuntu-24.04.deb
sudo apt install -y "./ secretnetwork_1.23.2_mainnet_goleveldb_amd64_ubuntu-24.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