🛠️Upgrade
version: 0.5.0-patch
🟢UPDATE🟢 24.09.25
at Height -> 19855868
cd $HOME/firmachain
git pull
git checkout v0.5.0-patch
make install
firmachaind version --long | grep -e commit -e version
#version: 0.5.0-path
#commit: bb07d8afd1488d2a048cb6cd6c6df8d34d2b0914
sudo systemctl restart firmachaind && journalctl -fu firmachaind -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?