Skip to content

Upgrade

cd $HOME
rm -rf $HOME/structsd
git clone https://github.com/playstructs/structsd.git
cd structsd
ignite chain build
structsd version --long | grep -e commit -e version
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.structs/cosmovisor/upgrades/v0.17.0/bin/
cp $HOME/go/bin/structsd $HOME/.structs/cosmovisor/upgrades/v0.17.0/bin/
$HOME/.structs/cosmovisor/upgrades/v0.17.0/bin/structsd version --long | grep -e commit -e version
curl -s http://localhost:14457/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'