Skip to content

Upgrade

Download and install upgrade binaries

cd $HOME
rm -rf realio-network
git clone https://github.com/realiotech/realio-network.git
cd realio-network
git checkout v1.0.2
make install
# Prepare binaries for Cosmovisor
mkdir -p $HOME/.realio-network/cosmovisor/upgrades/v1/bin
cp $HOME/go/bin/realio-networkd $HOME/.realio-network/cosmovisor/upgrades/v1/bin/
$HOME/.realio-network/cosmovisor/upgrades/v1/bin/realio-networkd version --long | grep -e commit -e version

Check consensus

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