v1.7.0-rc.2
Pre-release
Pre-release
⚠️ TESTNET ⚠️
Upgrade instructions
Check what database type you're currently using:
awk -F \" '/^db_backend =/{print $2}' ~/.secretd/config/config.toml
Uncomment and download the right binary based on your database type:
# Stop the v1.6.0 node
sudo systemctl stop secret-node
# Get & verify secretd v1.7.0
## goleveldb
# wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.7.0-rc.2/secretnetwork_1.7.0-rc.2_testnet_goleveldb_amd64.deb"
# echo "9c6266f3e4bf0cac968e6a999ee5f7e7c7294c59f8fbbb7aa7237b468b0d72ad secretnetwork_1.7.0-rc.2_testnet_goleveldb_amd64.deb" | sha256sum --check
## rocksdb
# wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.7.0-rc.2/secretnetwork_1.7.0-rc.2_testnet_rocksdb_amd64.deb"
# echo "9c6266f3e4bf0cac968e6a999ee5f7e7c7294c59f8fbbb7aa7237b468b0d72ad secretnetwork_1.7.0-rc.2_testnet_rocksdb_amd64.deb" | sha256sum --check
# Install 1.7.0 binaries
sudo apt install -y ./secretnetwork_1.7.0-rc.2_testnet_*_amd64.deb
# Restart the node
sudo systemctl restart secret-node
Mandatory secret.js update (non-API breaking)
The tx encryption key format has changed, requiring an update of secret.js:
v1.5.x
,v1.6.x
->v1.7.1-beta.2
(Recommended)v1.4.x
->v1.4.6
v0.17.8
- can still be used
Update
Ubuntu 18.04 is no longer supported
What's Changed
- Fixed OSX Ledger disconnection issues in secretcli
- Fixed an issue when sending multiple message types in the same tx
- Fixed
/cosmos/base/node/v1beta1/config
- Added expedited gov proposals
- Added the ability to rotate consensus seed during a network upgrade
- Added a feature for auto-restake of staking rewards