π¬Updates
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'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 catUPD π 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