🛠️Upgrade

version: v1.5.0

🟢UPDATE🟢 23.07.24

at Height -> 7254527

cd $HOME
wget -O kyved https://github.com/KYVENetwork/chain/releases/download/v1.5.0/kyved_mainnet_linux_amd64
chmod +x kyved
mv kyved $(which kyved)
kyved version --long | grep -e commit -e version
#version: v1.5.0
#commit: 3910277da474d51f4147fd388ac2c6cd4ca67c84
systemctl restart kyved && journalctl -fu kyved -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/KYVENetwork/chain/tags

Last updated