Releases: scrtlabs/SecretNetwork
Releases Β· scrtlabs/SecretNetwork
v1.23.2
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.2
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
v1.23.1
register msg
v1.23.0
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
v1.22
Upgrade instructions
1. Download check-hw tool, extract and run the upgrade script
wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.22/check_hw_1.22_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.22_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.22_mainnet.sh
cd ..
Note: the script would resolve the SGX secret storage path, and ask you to confirm it.
The standard path is /opt/secret/.sgx_secrets/. In case you use a custom path - set the SCRT_SGX_STORAGE environment variable accordingly.
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.22/secretnetwork_1.22_mainnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./secretnetwork_1.22_mainnet_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
v1.21.7
What's Changed
- Fix IBC issue: Setting the implicit_hash block header field to null to exclude it from block header hash calculation
Full Changelog: v1.21.6...v1.21.7
- Upgrade instructions
v1.21.6
What's Changed
- Governance-based contract migration flow by @cboh4 in #1723
- Cron module by @cboh4 in #1710
- Seed rotation by @valdok in #1725
- Fix ibc hooks for ics contract by @cboh4 in #1721
- Add new contracts to the hardcoded admins list by @cboh4 in #1724
Upgrade instructions:
- Testnet: https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.21-testnet.md
- Mainnet: https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.21-mainnet.md
Full Changelog: v1.20.0...v1.21.6
v1.21.5
Upgrade instructions:
v1.20.0
What's Changed
- Fixed GHSA-p22h-3m2v-cmgh
- Fixed https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2025-004.md
- Added support for Ubuntu 24.04
Full Changelog: v1.19.0...v1.20.0
Upgrade instructions: