Releases: scrtlabs/SecretNetwork
Releases · scrtlabs/SecretNetwork
v1.13.0-beta.7
⚠️ TESTNET ⚠️
v1.13.0-beta.6
⚠️ TESTNET ⚠️
v1.13.0-beta.4
⚠️ TESTNET ⚠️
v1.13.0-beta.3
⚠️ TESTNET ⚠️
v1.13.0-beta.2
⚠️ TESTNET ⚠️
v1.12.3
Upgrade instructions
# Backup any systemd unit file customizations
# Get the v1.12.3 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.3-placeholder/secretnetwork_1.12.3_mainnet_goleveldb_amd64.deb"
# Verify the v1.12.3 binaries
echo '9f3ad82a67d3aa6acfbddb3dbee3a4e7f91b328fa6d99e16e7ab19f00d540eb2 secretnetwork_1.12.3_mainnet_goleveldb_amd64.deb' |
sha256sum --check
# Stop the current node (v1.12.1 or v1.12.2)
sudo systemctl stop secret-node
# Install the v1.12.3 binaries
sudo apt install -y "./secretnetwork_1.12.3_mainnet_goleveldb_amd64.deb"
# Restore any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
What's changed
- Patch a security issue
v1.12.2
v1.12.1
Upgrade instructions
# Get the v1.12.1 binaries
wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.12.1/secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"
# Verify the v1.12 binaries
echo '0f6ebfb2513c21c88ba828648d16f9429786e2c9be216baff03ba9846545c2ea secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb' |
sha256sum --check
# Stop the v1.12.0 node
sudo systemctl stop secret-node
# Install the v1.12.1 binaries
sudo apt install -y "./secretnetwork_1.12.1_mainnet_goleveldb_amd64.deb"
# re-apply any systemd unit file customizations
# Restart the node
sudo systemctl restart secret-node
What's changed
- Fixed a bug in the v1.12 upgrade handler (8a67990)
Full Changelog: v1.12.0...v1.12.1
v1.12.0
Upgrade Instructions
See docs.scrt.network.
What's Changed
- Fix the hardcoded admins feature
- Add hardcoded admins according to proposals 269 (Shillables) & 270 (Sienna).
- Fix PFM to stop dropping packets of IBC contracts.
- This has always been a bug in PFM. It was introduced in v1.9 and was missed because of a bug in our CI system.
- Fixed the bug in PFM and updated the dependency.
- For more info see cosmos/ibc-apps#105.
- Add
admin
toWasmMsg::Instantiate
in cosmwasm-std (Thanks @luca992!).- This allows contracts to specify an admin address when instantiating other contracts.
- See usage example here.
- Update IBC to v4.5.0
Full Changelog: v1.11.0...v1.12.0
v1.12.0-rc.0
Update v1.12 upgrade proposal