v0.8.3
Cosmovisor Method
Build the new binary verison
cd kujira
git pull
git checkout v0.8.3
make installCheck the version
# The correct version should be 0.8.3
kujirad version
# Should be: 2c1ee82c63f42cce6090c11b31906a4930d08408
kujirad version --long | grep commitMake new Cosmovisor directory and copy binary
mkdir -p $HOME/.kujira/cosmovisor/upgrades/v0.8.3/bin
cp $HOME/go/bin/kujirad $HOME/.kujira/cosmovisor/upgrades/v0.8.3/binVerify the Cosmovisor upgrade version
Binary (Manual) Method
Build the new binary verison
Set Halt Height
Replace the binaries
Reset the Halt Height
Restart The Node
Last updated