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
6856000. It is estimated to take place
5 hours ago. A
countdown clock is here.
The governance proposal is here.
cd xrp
git pull
git checkout v10.1.0
make install
# should be 10.1.0
exrpd version
# Should be commit 21c19565ca70306877f95840359aecc0584ca0af
exrpd version --long | grep commit
mkdir -p $HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin
cp $HOME/go/bin/exrpd $HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin
# should be 10.1.0
$HOME/.exrpd/cosmovisor/upgrades/v10.1.0/bin/exrpd version