Picasso

Picasso v3.2.0 Upgrade

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 420000. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd picasso
git pull
git checkout v3.2.0
make install

Check Version

# should be v3.2.0
picad version

# Should be commit e01bfb2f4498d3ac753688931bd8684236f30205
picad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.banksy/cosmovisor/upgrades/reward/bin
cp $HOME/go/bin/picad $HOME/.banksy/cosmovisor/upgrades/reward/bin

Check Version Again

# should be v3.2.0
$HOME/.banksy/cosmovisor/upgrades/reward/bin/picad version