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
4233853. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd xrp
git pull
git checkout v9.0.2
make install
# should be v9.0.2
exrpd version
# Should be commit 7e5583f4f40e04a6dd3ba6570462f3f3f5946610
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.2
$HOME/.exrpd/cosmovisor/upgrades/v9.0.0/bin/exrpd version