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
28971032. It is estimated to take place
6 days from now. A
countdown clock is here.
The governance proposal is here.
cd regen
git pull
git checkout v7.3.0
make install
# should be v7.3.0
regen version
# Should be commit v7.3.0
regen version --long | grep commit
mkdir -p $HOME/.regen/cosmovisor/upgrades/v7.3.0/bin
cp $HOME/go/bin/regen $HOME/.regen/cosmovisor/upgrades/v7.3.0/bin
# should be v7.3.0
$HOME/.regen/cosmovisor/upgrades/v7.3.0/bin/regen version