Releases: scrtlabs/SecretNetwork
Releases Β· scrtlabs/SecretNetwork
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
v1.18.1-beta.4
defined separate whitelist and parameters for emergency upgrade
v1.18.2-beta.1
key_manager: removed potentially unsafe traces (though shouldn't be in prod build anyway)
v1.18.1-beta.3
fixed upgrade handler 18.1
v1.18.0-beta.2
fixed whitelist for testnet (merge artifact)
v1.17.1
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's changed
- Fix ASA-2025-001, ASA-2025-002, ASA-2025-004, potential Denial-of-Service condition leading to temporary disability in IBC transfers to the native chain
Upgrade instructions (Ubuntu-22.04)
# Backup any systemd unit file customizations
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.17.0/secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
Upgrade instructions (Ubuntu-20.04)
# Backup any systemd unit file customizations
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.17.0/secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.17.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
Full Changelog: v1.16.2...v1.17.0