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 realio-network
git clone https://github.com/realiotech/realio-network.git
cd realio-network
git checkout v0.9.3
make build
Latest commit : 505655e1c64ecf2b73fba4147d94d302d7cee96a
Prepare Cosmovisor
Get the binaries ready for Cosmovisor upgrades
mkdir -p $HOME/.realio-network/cosmovisor/commission/bin/bin
mv build/realio-networkd $HOME/.realio-network/cosmovisor/commission/bin/bin/
rm -rf build
β³
That's all! Cosmovisor will take care of the upgrade automatically once the specified block height is reached.