Releases: scrtlabs/SecretNetwork
Releases · scrtlabs/SecretNetwork
v1.15.0-beta.15
⚠️ TESTNET ⚠️
What's changed
- Update ibc-go to v8.5.2
- Update packet-forward-middleware to v8.0.2
- Remove redundant fields from
compute
andregistration
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
Update secretjs
v1.15.0-beta.14
⚠️ 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
Temporarily comment out -lsgx_epid
v1.15.0-beta.4
⚠️ 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 ofx/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 of27-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
Fix macos secretcli builds
v1.15.0-beta.1
Full Changelog: v1.14.0...v1.15.0-beta.1
v1.14.0
v1.13.3
What's Changed
- Update CODEOWNERS by @assafmo in #1666
- Update ledger-cosmos-go to v0.12.4 by @iKapitonau in #1669
Full Changelog: v1.13.2...v1.13.3
v1.13.2
Merge pull request #1664 from scrtlabs/dcap-12 Dcap 12