This documentation under development by nodex.one team! πŸ‘·β€β™‚οΈπŸ‘‹
Networks
Mainnet
⏳ Upgrade

Upgrade

Using Cosmovisor streamlines upgrade preparation. Just build new binaries and move them to the Cosmovisor upgrades directory.

Download latest binaries

Download and build a specific upgrade binary file
cd $HOME
rm -rf decentr
git clone https://github.com/Decentr-net/decentr
cd decentr
git checkout v1.6.4
make build

Latest commit : 2db736296c1089f3fbdf7328e7309e9fc7be1f13

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.decentr/cosmovisor/upgrades/07-tendermint-13/bin
mv build/linux/decentrd $HOME/.decentr/cosmovisor/upgrades/07-tendermint-13/bin/
⏳

That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.