Skip to content

Upgrade

Download and install upgrade binaries

cd $HOME
rm -rf composable-cosmos
git clone https://github.com/ComposableFi/composable-cosmos.git
cd composable-cosmos
git checkout v7.0.3
make install
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.banksy/cosmovisor/upgrades/v7_0_3/bin
cp $HOME/go/bin/picad $HOME/.banksy/cosmovisor/upgrades/v7_0_3/bin/
$HOME/.banksy/cosmovisor/upgrades/v7_0_3/bin/picad version --long | grep -e commit -e version

Check consensus

curl -s http://localhost:12257/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'