Skip to content

v1.15.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@iKapitonau iKapitonau released this 29 Oct 15:10
· 55 commits to v1.15.0-beta.0 since this release

⚠️ TESTNET ⚠️

What's changed

  • Update cosmos-sdk to v0.50.10. All the related changes can be found here.
  • Update ibc-go to v8.1.0. Full changelog can be found here.
  • Update cometbft to v0.38.12. Full changelog can be found here.
  • 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.

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.x or later is required. This version is API breaking, see the secret.js changelog.
  • Keplr - From the current release keplr v0.12.142 or later is required. Update instructions here.
  • Remove mauth module in favor of 27-interchain-accounts, which has the same functionality.
  • Remove legacy REST API.

Upgrade instructions

# Backup your node's SGX secrets
cp -a /opt/secret/.sgx_secrets ~/sgx_secrets_backup
mkdir 115-beta.4backup
cp -r ~/.secretd/* 115-beta.4backup/

wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.15.0-beta.4/secretnetwork_1.15.0-beta.4_testnet_goleveldb_amd64.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.15.0-beta.4_testnet_goleveldb_amd64.deb"

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node

Full Changelog: v1.14.0...v1.15.0-beta.4