๐Ÿ“ฌUpdates

After update you can check prevotes/precommits status

FOLDER=.babylond

# find out RPC port
echo -e "\033[0;32m$(grep -A 3 "\[rpc\]" ~/$FOLDER/config/config.toml | egrep -o ":[0-9]+")\033[0m"

PORT=<enter_your_port>

curl -s localhost:$PORT/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array' && \
curl -s localhost:$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.1.43 (Update Height: 1131600)

cd $HOME/babylon
git pull
git checkout 
make build
$HOME/babylon/build/babylond version --long | grep -e version -e commit
# 
# commit: 

# ะŸะžะกะ›ะ• ะžะกะขะะะžะ’ะšะ˜ ะกะ•ะขะ˜ ะะ ะะฃะ–ะะžะœ ะ‘ะ›ะžะšะ•!!!
systemctl stop babylond
mv $HOME/babylon/build/babylond $(which babylond)
babylond version --long | grep -e version -e commit
# 

systemctl restart babylond && journalctl -u babylond -f -o cat

Last updated