Releases: scrtlabs/SecretNetwork
Releases Β· scrtlabs/SecretNetwork
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:
v1.19.0
What's Changed
- Fix: added alias for sTIA token to keep legacy contracts working with it after it was upgraded to SNIP-250
- Fix and upgrade Secret Contract Optimizer by @blake-regalia in #1714
- Update shade hardcoded admins by @cboh4 in #1715
Full Changelog: v1.18.0...v1.19.0
Upgrade instructions:
v1.18.0
What's new
- Migration to MRENCLAVE Sealing
- Support for new gov upgrade proposal
- Support for Emergency Upgrade
- Setting hard-coded admin for certain contracts (by Shade request)
- Added code hashes of 5, 877 and 563 SNIP contracts to the list of allowed code hashes to make it possible to upgrade SNIP contracts without breaking existing code.
- Allow plaintext messages in contract Init function (by Euclid request)
- Removed crisis module
- Added circuit breaker module
Upgrade instructions
Changelog
- Draft: MRENCLAVE support antehandler by @cboh4 in #1676
- allow-plaintext-msg-in-init-function by @cboh4 in #1700
- Fix hash validation, update allowed code hashes list by @cboh4 in #1702
- add 2 contracts for testing snip20 6dec upgrade on testnet by @cboh4 in #1705
- Secret v1.18 shade update hardcoded admins by @cboh4 in #1708
- Secret 1.18 by @valdok in #1709
Full Changelog: v1.17.1...v1.18.0
v1.18.2-beta.6
fixed whitelist declaration
v1.18.2-beta.5
TESTNET: remove downloading mainnet enclave
v1.18.2-beta.3
added upgrade handler v1.18.2