🛠️Upgrade

version: 0.35.0-u21.0

🟢UPDATE🟢 14.07.25

at Height -> 20563000

cd $HOME/agoric-sdk
git fetch --all
git checkout agoric-upgrade-21
git clean -xdf && git submodule foreach --recursive git clean -xdf
./bin/agd build
agd version --long
#version: 0.35.0-u21.0
#commit: e4dd468571
systemctl restart agoricd.service && journalctl -fu agoricd.service -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

Last updated

Was this helpful?