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
4688681. It is estimated to take place
4 days ago. A
countdown clock is here.
The governance proposal is here.
cd xrp
git pull
git checkout v9.0.3
make install
# should be v9.0.3
exrpd version
# Should be commit 7e63d73a6a3526060b2fe268194e6e711449ce9c
exrpd version --long | grep commit
mkdir -p $HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin
cp $HOME/go/bin/exrpd $HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin
# should be v9.0.3
$HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin/exrpd version