🛠️Upgrade

version: 0.6.2

🟢UPDATE🟢 10.03.25

at Height -> 2041100

cd $HOME
wget -O wardend https://github.com/warden-protocol/wardenprotocol/releases/download/v0.6.2/wardend-0.6.2-linux-amd64
chmod +x wardend
mv wardend $(which wardend)
wardend version --long | grep -e commit -e version
#version: 0.6.2
#commit: 0f3f752e27e4d86594edfd98a98c12e8eba28568
sudo systemctl restart wardend && sudo journalctl -fu wardend -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/warden-protocol/wardenprotocol/tags

Last updated

Was this helpful?