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
1215711
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd archway
git pull
git checkout v4.0.2
make install
# should be 4.0.2
archwayd version
# Should be commit 23404f906b9f767d09d525672b962b5a19f3efee
archwayd version --long | grep commit
mkdir -p $HOME/.archway/cosmovisor/upgrades/v4.0.2/bin
cp $HOME/go/bin/archwayd $HOME/.archway/cosmovisor/upgrades/v4.0.2/bin
# should be 4.0.2
$HOME/.archway/cosmovisor/upgrades/v4.0.2/bin/archwayd version