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