After update you can check prevotes/precommits status
FOLDER=.axoned# find out RPC portecho-e"\033[0;32m$(grep-A3 "\[rpc\]" ~/$FOLDER/config/config.toml|egrep-o ":[0-9]+")\033[0m"PORT=<enter_your_port>curl-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 (Update Height: )
cd $HOME/axonedgitpullgitcheckoutv5.0.0makebuild$HOME/axoned/target/dist/axoned version --long |grep-eversion-ecommit#version: #commit: # AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!systemctlstopaxonedmv $HOME/axoned/target/dist/axoned $(whichaxoned)axonedversion--long|grep-eversion-ecommit# systemctlrestartaxoned&&journalctl-uaxoned-f-ocat