Skip to content

Releases: scrtlabs/SecretNetwork

v1.15.0-beta.15

14 Nov 10:55
Compare
Choose a tag to compare
v1.15.0-beta.15 Pre-release
Pre-release

⚠️ 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

v1.15.0-alpha.15

07 Nov 13:28
Compare
Choose a tag to compare
v1.15.0-alpha.15 Pre-release
Pre-release
Update secretjs

v1.15.0-beta.14

01 Nov 09:50
Compare
Choose a tag to compare
v1.15.0-beta.14 Pre-release
Pre-release

⚠️ TESTNET ⚠️

What's changed

  • Add builds for both ubuntu-20.04 and ubuntu-22.04
  • Fix issue, when secretcli tx compute migrate ... does not produce any output
  • Fix new nodes registration

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

v1.15.0-beta.7

30 Oct 15:14
Compare
Choose a tag to compare
v1.15.0-beta.7 Pre-release
Pre-release
Temporarily comment out -lsgx_epid

v1.15.0-beta.4

29 Oct 15:10
Compare
Choose a tag to compare
v1.15.0-beta.4 Pre-release
Pre-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

v1.15.0-beta.2

28 Oct 11:17
Compare
Choose a tag to compare
v1.15.0-beta.2 Pre-release
Pre-release
Fix macos secretcli builds

v1.15.0-beta.1

17 Oct 08:41
Compare
Choose a tag to compare
v1.15.0-beta.1 Pre-release
Pre-release

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

v1.14.0

28 Aug 14:21
Compare
Choose a tag to compare

What's Changed

  • Fix CWA-2024-005
  • Bump ledger-cosmos-go from v0.12.2 to v0.12.4

v1.13.3

04 Jul 15:20
ac2b62e
Compare
Choose a tag to compare
v1.13.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.13.2...v1.13.3

v1.13.2

17 Jun 13:23
bfaf7cf
Compare
Choose a tag to compare
v1.13.2 Pre-release
Pre-release
Merge pull request #1664 from scrtlabs/dcap-12

Dcap 12