⚠️ TESTNET ⚠️
What's Changed
- Make txhash in env uppercase by @blake-regalia in #1688
- Add missing consensus module CLI commands
- Add parameters for compute module: max contract size and compile cost
- Fix wasm snapshotter
Upgrade instructions (Ubuntu-22.04)
# Backup any systemd unit file customizations
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.15.0-beta.18/secretnetwork_1.15.0-beta.18_testnet_goleveldb_amd64_ubuntu-22.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.15.0-beta.18_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.18/secretnetwork_1.15.0-beta.18_testnet_goleveldb_amd64_ubuntu-20.04.deb"
sudo systemctl stop secret-node
sudo apt install -y "./secretnetwork_1.15.0-beta.18_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.15...v1.15.0-beta.18