πŸ“¬Updates

After update you can check prevotes/precommits status

FOLDER=.teritorid

# 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_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 v1.2.0 (Update Height:)

cd teritori-chain
git pull
git checkout v1.2.0
make install

teritorid version --long | head
# version: v1.2.0

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

UPD πŸ•Š on v1.3.0 (Update Height:378256)

UPD πŸ•Š on v1.3.1 (Update Height:2147722)

UPD πŸ•Š on v1.4.0 (Update Height:3699425)

UPD πŸ•Š on v2.0.6 (Update Height: 7199342)

Last updated