πŸ“¬Updates

After update you can check prevotes/precommits status

FOLDER=.gitopia

# 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'

With full synchronization, start from v2.0.0

UPD πŸ•Š on v2.1.0 (Update Height: unscheduled)

cd $HOME/gitopia
git pull
git checkout v2.1.0
make build
$HOME/gitopia/build/gitopiad version --long | grep -e version -e commit -e build
# version: 2.1.0
# commit: 603877bf62c76bee7c36360cdd81a5512ab15f83
# build_tags: netgo,ledger

# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!
systemctl stop gitopiad
mv $HOME/gitopia/build/gitopiad $(which gitopiad)
gitopiad version --long | grep -e version -e commit
# 

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

UPD πŸ•Š on v2.1.1 (Update Height: unscheduled)

UPD πŸ•Š on v3.0.1 (Update Height: 6072000)

UPD πŸ•Š on v3.2.0 (Update Height: 6446000)

UPD πŸ•Š on v3.3.0 (Update Height: 6720000)

UPD πŸ•Š on v4.0.0 (Update Height: 24330422)

UPD πŸ•Š on v5.1.0 (Update Height: 29437704)

UPD πŸ•Š on v6.0.0 (Update Height: 44200946)

Last updated