πŸ› οΈUpgrade

version: 0.5.4

🟒UPDATE🟒 08.11.24

at Height -> 266243

cd $HOME
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.5.4/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm -rf wardend_Linux_x86_64.zip
chmod +x wardend
mv wardend $(which wardend)
wardend version --long | grep -e commit -e version
#commit: 9b78f9acf51bf7e511a1dc3920e1ff01a73e61fb
#version: 0.5.4
sudo systemctl restart wardend && sudo journalctl -fu wardend -o cat
#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