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
4749000. It is estimated to take place
1 day from now. A
countdown clock is here.
The governance proposal is here.
cd xrp
git pull
git checkout v10.0.2
make install
# should be v10.0.2
exrpd version
# Should be commit a32302519bbae148c0d31575754c3895c426645c
exrpd version --long | grep commit
mkdir -p $HOME/.exrpd/cosmovisor/upgrades/v10.0.0/bin
cp $HOME/go/bin/exrpd $HOME/.exrpd/cosmovisor/upgrades/v10.0.0/bin
# should be v10.0.2
$HOME/.exrpd/cosmovisor/upgrades/v10.0.0/bin/exrpd version