Skip to content

Releases: scrtlabs/SecretNetwork

v1.18.0

10 Apr 11:20
Compare
Choose a tag to compare

What's new

  1. Migration to MRENCLAVE Sealing
  • Support for new gov upgrade proposal
  • Support for Emergency Upgrade
  1. Setting hard-coded admin for certain contracts (by Shade request)
  2. 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.
  3. Allow plaintext messages in contract Init function (by Euclid request)
  4. Removed crisis module
  5. Added circuit breaker module

Upgrade instructions

https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.18.md

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

09 Apr 15:49
Compare
Choose a tag to compare
v1.18.2-beta.6 Pre-release
Pre-release
fixed whitelist declaration

v1.18.2-beta.5

09 Apr 09:40
Compare
Choose a tag to compare
v1.18.2-beta.5 Pre-release
Pre-release
TESTNET: remove downloading mainnet enclave

v1.18.2-beta.3

09 Apr 05:01
Compare
Choose a tag to compare
v1.18.2-beta.3 Pre-release
Pre-release
added upgrade handler v1.18.2

v1.18.1-beta.4

08 Apr 11:59
Compare
Choose a tag to compare
v1.18.1-beta.4 Pre-release
Pre-release
defined separate whitelist and parameters for emergency upgrade

v1.18.2-beta.1

31 Mar 12:28
Compare
Choose a tag to compare
v1.18.2-beta.1 Pre-release
Pre-release
key_manager: removed potentially unsafe traces

(though shouldn't be in prod build anyway)

v1.18.1-beta.3

26 Mar 13:41
Compare
Choose a tag to compare
v1.18.1-beta.3 Pre-release
Pre-release
fixed upgrade handler 18.1

v1.18.0-beta.2

25 Mar 17:26
Compare
Choose a tag to compare
v1.18.0-beta.2 Pre-release
Pre-release
fixed whitelist for testnet (merge artifact)

v1.17.1

12 Mar 17:16
Compare
Choose a tag to compare

Full Changelog: v1.17.0...v1.17.1

v1.17.0

07 Mar 13:10
Compare
Choose a tag to compare

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