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 gitopia
git clone https://github.com/gitopia/gitopia.git
cd gitopia
git checkout v3.3.0
make build

Latest commit : 0eab60ecf8c3e22e9c71d54346f76a35830a5dc5

Prepare Cosmovisor

Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.gitopia/cosmovisor/upgrades/v3.3.0/bin
mv build/gitopiad $HOME/.gitopia/cosmovisor/upgrades/v3.3.0/bin/
rm -rf build
⏳

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