Skip to content

Upgrade

Download and install upgrade binaries

cd $HOME
wget -O junctiond https://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-amd64
sudo chmod +x junctiond
sudo mv junctiond $HOME/go/bin
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.junction/cosmovisor/upgrades/jip-2/bin/
cp $HOME/go/bin/junctiond $HOME/.junction/cosmovisor/upgrades/jip-2/bin/
$HOME/.junction/cosmovisor/upgrades/jip-2/bin/junctiond version --long | grep -e commit -e version

Check consensus

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