After update you can check prevotes/precommits status
FOLDER=.aura# 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
With full synchronization, start from aura_v0.4.4
UPD 🕊 on v0.8.3 (Update Height: 6644150)
cd $HOME/auragitpullgitcheckoutv0.8.3makebuild$HOME/aura/build/aurad version --long |grep-eversion-ecommit-ebuild# version: v0.8.3# commit: 057181703213bf089da0525075db25841e00ba94# build_tags: ""# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!systemctlstopauradmv $HOME/aura/build/aurad $(whichaurad)auradversion--long|grep-eversion-ecommit#rm-r $HOME/.aura/wasm/wasm/cachesystemctlrestartaurad&&journalctl-uaurad-f-ocat
UPD 🕊 on v0.9.3 (Update Height: 7810560)
cd $HOME/auragitpullgitcheckoutv0.9.3makebuild$HOME/aura/build/aurad version --long |grep-eversion-ecommit-ebuild# version: v0.9.3# commit: ae45a4ef71da0e09543a926825662c555af507bd# build_tags: ""# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!systemctlstopauradmv $HOME/aura/build/aurad $(whichaurad)auradversion--long|grep-eversion-ecommit#rm-r $HOME/.aura/wasm/wasm/cachesystemctlrestartaurad&&journalctl-uaurad-f-ocat