Releases: scrtlabs/SecretNetwork
Releases · scrtlabs/SecretNetwork
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.14.0
What's Changed
- Fix CWA-2024-005
- Bump ledger-cosmos-go from v0.12.2 to v0.12.4
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
v1.13.1
Upgrade instructions are here:
https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.13.md
# Get the v1.13.1 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.13.1/secretnetwork_1.13.1_mainnet_goleveldb_amd64.deb"
# Verify the v1.13.1 binaries
echo 'cbd5423c288a2b33e25576865b5fbd4a1793d7f33ccea017be89be09833c1fee secretnetwork_1.13.1_mainnet_goleveldb_amd64.deb' |
sha256sum --check
v1.13.0
Upgrade instructions are here:
https://github.com/SecretFoundation/docs/blob/gitbook/infrastructure/resources/upgrade-instructions/v1.13.md
# Get the v1.13.0 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.13.0/secretnetwork_1.13.0_mainnet_goleveldb_amd64.deb"
# Verify the v1.13.0 binaries
echo 'b52ff06fa6702c8a447f792e88b959d70edda99d1fcac8bec8357cae97d20063 secretnetwork_1.13.0_mainnet_goleveldb_amd64.deb' |
sha256sum --check
v1.13.0-beta.9
⚠️ TESTNET ⚠️
v1.13.0-rc.2
Merge pull request #1654 from scrtlabs/dcap-10 check-hw including proper enclave