Skip to content

v1.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iKapitonau iKapitonau released this 27 Dec 15:40
· 1 commit to v1.15.0-beta.0 since this release

What's changed

  • Update cosmos-sdk to v0.50.10. All the related changes can be found here.
  • Update ibc-go to v8.5.2. Full changelog can be found here.
  • Update cometbft to v0.38.12. Full changelog can be found here.
  • Update packet-forward-middleware to v8.0.2
  • Update build OS to Ubuntu 22.04.
  • Update rust-toolchain to nightly-2023-03-13.
  • Migrate x/emergencybutton to self-managed parameters and deprecate it's usage of x/params.
  • Make txhash in env uppercase by @blake-regalia in #1688
  • Add parameters for compute module: max contract size and compile cost

Breaking Changes

  • SecretCLI - A lot of secretcli commands have changed. For the full list of CLI Breaking Changes please see: 1, 2, 3, 4.
  • Secret.js - From the current release secret.js v1.15.0 or later is required. This version is API breaking, see the secret.js changelog.
  • Keplr - From the current release keplr v0.12.156 or later is required. Update instructions here.
  • Remove mauth module in favor of 27-interchain-accounts, which has the same functionality.

Upgrade instructions (Ubuntu-22.04)

cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 115backup
cp -r ~/.secretd/* 115backup/

# Backup any systemd unit file customizations

wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.15.0/secretnetwork_1.15.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.15.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)

cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 115backup
cp -r ~/.secretd/* 115backup/

# Backup any systemd unit file customizations

wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.15.0/secretnetwork_1.15.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.15.0_mainnet_goleveldb_amd64_ubuntu-20.04.deb"

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node

Core Contributors

@iKapitonau @alexh-scrt @valdok @cboh4

New Contributors

Full Changelog: v1.14.2...v1.15.0