Skip to content

Releases: scrtlabs/SecretNetwork

v1.23.2

23 Nov 12:09

Choose a tag to compare

What's Changed

  • New nodes can be added via Governance
  • Any Azure nodes are accepted to the network without limitations
  • Implemented WasmD patch CWA-2025-007
  • Implemented CosmosSDK patch ASA-2025-003
  • Added notification about unsupported hardware, including EOL machines

Full Changelog: v1.21.7...v1.23.2

Upgrade instructions (testnet)

1. Download check-hw tool, extract and run the upgrade script

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.2/check_hw_1.23.2_ubuntu-24.04.tar.gz
tar -xzvf check_hw_1.23.2_ubuntu-24.04.tar.gz
cd check-hw
./upgrade_script_1.23_testnet.sh
cd ..

Make sure the upgrade script runs successfully. At the end you should see this message:

Upgrade script completed successfully

2. Download and install the new node

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.2/secretnetwork_1.23.2_mainnet_goleveldb_amd64_ubuntu-24.04.deb
sudo apt install -y "./ secretnetwork_1.23.2_mainnet_goleveldb_amd64_ubuntu-24.04.deb"

3. Start the new node

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node
journalctl -fu secret-node

v1.23.1

11 Nov 13:41

Choose a tag to compare

v1.23.1 Pre-release
Pre-release
register msg

v1.23.0

30 Oct 11:11
325b265

Choose a tag to compare

v1.23.0 Pre-release
Pre-release

What's Changed

  • New nodes can be added via Governance
  • Any Azure nodes are accepted to the network without limitations
  • Implemented WasmD patch CWA-2025-007
  • Implemented CosmosSDK patch ASA-2025-003
  • Added notification about unsupported hardware, including EOL machines

Full Changelog: v1.21.7...v1.23.0

Upgrade instructions (testnet)

1. Download check-hw tool, extract and run the upgrade script

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.0/check_hw_1.23.0_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.23.0_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.23_testnet.sh
cd ..

Make sure the upgrade script runs successfully. At the end you should see this message:

Upgrade script completed successfully

2. Download and install the new node

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.23.0/secretnetwork_1.23.0_testnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./ secretnetwork_1.23.0_testnet_goleveldb_amd64_ubuntu-22.04.deb"

3. Start the new node

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node
journalctl -fu secret-node

v1.22

24 Sep 11:08

Choose a tag to compare

Upgrade instructions

1. Download check-hw tool, extract and run the upgrade script

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.22/check_hw_1.22_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.22_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.22_mainnet.sh
cd ..

Note: the script would resolve the SGX secret storage path, and ask you to confirm it.
The standard path is /opt/secret/.sgx_secrets/. In case you use a custom path - set the SCRT_SGX_STORAGE environment variable accordingly.

Make sure the upgrade script runs successfully. At the end you should see this message:

Upgrade script completed successfully

2. Download and install the new node

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.22/secretnetwork_1.22_mainnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./secretnetwork_1.22_mainnet_goleveldb_amd64_ubuntu-22.04.deb"

3. Start the new node

# re-apply any systemd unit file customizations

# Restart the node
sudo systemctl restart secret-node
journalctl -fu secret-node

v1.21.7

12 Sep 17:18

Choose a tag to compare

What's Changed

  • Fix IBC issue: Setting the implicit_hash block header field to null to exclude it from block header hash calculation

Full Changelog: v1.21.6...v1.21.7

  • Upgrade instructions

v1.21.6

11 Aug 10:19

Choose a tag to compare

What's Changed

Upgrade instructions:

Full Changelog: v1.20.0...v1.21.6

v1.21.5

07 Aug 11:45

Choose a tag to compare

v1.20.0

10 Jul 11:37

Choose a tag to compare