What's Changed
- Blocking EOL machines (Intel Xeon E-22xxx and other EOL machines will not be allowed to join the network). Full list of blocked EOL FMSPCs available here: https://github.com/scrtlabs/SecretNetwork/blob/master/cosmwasm/enclaves/execute/src/registration/attestation.rs#L283
- Enable Cron
- Multiple machines can be added via Governance proposal
- Removed MRSIGNER requirement
Full Changelog: v1.23.2...v1.24.1
Upgrade instructions (mainnet)
1. Download check-hw tool, extract and run the upgrade script
wget https://github.com/scrtlabs/SecretNetwork/releases/download/v1.24.1/check_hw_1.24.1_ubuntu-22.04.tar.gz
tar -xzvf check_hw_1.24.1_ubuntu-22.04.tar.gz
cd check-hw
./upgrade_script_1.24_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.24.1/secretnetwork_1.24.1_mainnet_goleveldb_amd64_ubuntu-22.04.deb
sudo apt install -y "./secretnetwork_1.24.1_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