Upgrade
Download and install upgrade binaries
Section titled “Download and install upgrade binaries”cd $HOMErm -rf $HOME/structsdgit clone https://github.com/playstructs/structsd.gitcd structsdignite chain buildstructsd version --long | grep -e commit -e version
# Prepare binaries for Cosmovisormkdir -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 versionCheck consensus
Section titled “Check consensus”curl -s http://localhost:14457/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'