github scrtlabs/SecretNetwork v1.25.0

pre-release6 hours ago

What's Changed

The following key functionality was added:

  1. Node operators now can replace their MachineIDs by running a dedicated transaction (docs here)
  2. Support for Non-SGX Nodes. It is now possible to run Secret Network nodes non non-SGX hardware. Such nodes will require pairing to an existing SGX node. This functionality is still in Beta stage. Docs here.
  3. Updated emergency validator list

Full Changelog: v1.24.1...v1.25.0

Upgrade instructions (mainnet)

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

wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.25.0/check_hw_1.25.0_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.25.0_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.25_mainnet.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.25.0/secretnetwork_1.25.0_mainnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./secretnetwork_1.25.0_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

Don't miss a new SecretNetwork release

NewReleases is sending notifications on new releases.