github scrtlabs/SecretNetwork v1.15.0-beta.15

pre-release12 hours ago

⚠️ TESTNET ⚠️

What's changed

  • Update ibc-go to v8.5.2
  • Update packet-forward-middleware to v8.0.2
  • Remove redundant fields from compute and registration protobufs

Breaking Changes

  • SecretCLI - From the current release secretcli v1.15.0-beta.15 or later is required.
  • Secret.js - From the current release secret.js v1.15.0-beta.1 or later is required.
  • Keplr - From the current release keplr v0.12.156 or later is required. Update instructions here.

Upgrade instructions (Ubuntu-22.04)

# Backup any systemd unit file customizations

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

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.15.0-beta.15_testnet_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.15.0-beta.15/secretnetwork_1.15.0-beta.15_testnet_goleveldb_amd64_ubuntu-20.04.deb"

sudo systemctl stop secret-node

sudo apt install -y "./secretnetwork_1.15.0-beta.15_testnet_goleveldb_amd64_ubuntu-20.04.deb"

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node

Full Changelog: v1.15.0-beta.14...v1.15.0-beta.15

Don't miss a new SecretNetwork release

NewReleases is sending notifications on new releases.