πŸ“¬Updates

After update you can check prevotes/precommits status

FOLDER=.lava

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

Genesis start πŸ•Š v0.33.0

UPD πŸ•Š on v0.34.0 (Update Height: 375000)

git pull
git checkout v0.34.0
make build-all
$HOME/lava/build/lavad version --long | grep -e version -e commit -e build_tags
#version: 0.34.0
#commit: 5f2d89e5ca338b52024760e6edf7a6a18ddfe52f

# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop lavad
mv $HOME/lava/build/lavad $(which lavad)
lavad version --long | grep -e version -e commit
# 

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

UPD πŸ•Š on v0.35.0 (Update Height: 413000)

UPD πŸ•Š on v1.0.1 (Update Height: 451000)

UPD πŸ•Š on v2.2.0 (Update Height: 888500)

UPD πŸ•Š on v3.1.0 (Update Height: 1308000)

UPD πŸ•Š on v4.1.0 (Update Height: 1663000)

UPD πŸ•Š on v4.2.0 (Update Height: 1853800)

Last updated