LFG!
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
The upgrade is scheduled for Block
16105000. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd initia
git pull
git checkout v1.4.5
make install
# should be v1.4.5
initiad version
# Should be commit b5de97232633aba80eb580ded5197418df12983b
initiad version --long | grep commit
mkdir -p $HOME/.initia/cosmovisor/upgrades/v1.4.5/bin
cp $HOME/go/bin/initiad $HOME/.initia/cosmovisor/upgrades/v1.4.5/bin
# should be v1.4.5
$HOME/.initia/cosmovisor/upgrades/v1.4.5/bin/initiad version