After update you can check prevotes/precommits status
FOLDER=.junctionecho-e"\033[0;32m$(grep-A3 "\[rpc\]" ~/$FOLDER/config/config.toml|egrep-o ":[0-9]+")\033[0m"PORT=<enteryourport># Checking prevotes/precommits. Useful for updatescurl-slocalhost:$PORT/consensus_state|jq'.result.round_state.height_vote_set[0].prevotes_bit_array'&& \curl-slocalhost:$PORT/consensus_state|jq'.result.round_state.height_vote_set[0].precommits_bit_array'
Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis
UPD 🕊 on v0.2.0 (Update Height: 2383911)
mkdir-p $HOME/airchains&&cdairchainswget-Ojunctiondhttps://github.com/airchains-network/junction/releases/download/v0.2.0/junctiond-linux-amd64chmod+xjunctiond$HOME/airchains/junctiond version --long |grep-eversion-ecommit# version: v0.1.0# commit: e3dd056fd17970e2e3a032afb0f2e293d222f2fe# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!systemctlstopjunctiondmv $HOME/airchains/junctiond $(whichjunctiond)junctiondversion--long|grep-eversion-ecommit# systemctlrestartjunctiond&&journalctl-ujunctiond-f-ocat