Upgrade

Prepare for and the upcomming chain upgrade using Cosmovisor.

Chain ID: prajna-1 | Latest Version Tag: v0.2.0

Since we are using Cosmovisor, it makes it very easy to prepare for upcomming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.

Download and build upgrade binaries

# Clone project repository
cd $HOME
rm -rf hid-node
git clone https://github.com/hypersign-protocol/hid-node.git
cd hid-node
git checkout v0.2.0

# Install binaries
make install

# Restart service
sudo systemctl restart hid-noded && journalctl -u hid-noded -f

Thats it! Now when upgrade block height is reached, Cosmovisor will handle it automatically!

Last updated