π¬Updates
FOLDER=.aura
# 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.8.3 (Update Height: 6644150)
cd $HOME/aura
git pull
git checkout v0.8.3
make build
$HOME/aura/build/aurad version --long | grep -e version -e commit -e build
# version: v0.8.3
# commit: 057181703213bf089da0525075db25841e00ba94
# build_tags: ""
# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!
systemctl stop aurad
mv $HOME/aura/build/aurad $(which aurad)
aurad version --long | grep -e version -e commit
#
rm -r $HOME/.aura/wasm/wasm/cache
systemctl restart aurad && journalctl -u aurad -f -o catUPD π on v0.9.3 (Update Height: 7810560)
Last updated