This repository was archived by the owner on Jan 13, 2025. It is now read-only.
BitCanna v1.6.3-rc1 - `Vigorous-Grow-fix` codename - Only DEVNET-1
Pre-release
Pre-release
What's new
- Chore: Bump SDK version & Comet-bft as Tendermint replacemnt by @RaulBernal in #162
Quick instructions (be careful if you run Cosmovisor)
cd bcna
git fetch
git checkout v1.6.3-rc1
make build # and move the binary to the path
make install # if patch/service file is at $GOBIN
With Cosmovisor
mv build/bcnad $HOME/.bcna/cosmovisor/current/bin/bcnad
bcnad version # --> v1.6.3-rc1
sudo service cosmovisor restart && sudo journalctl -fu cosmovisor -o cat
With BCNAD as service daemon
sudo mv build/bcnad $(which bcnad)
bcnad version # --> v1.6.3-rc1
sudo service bcnad restart && sudo journalctl -fu bcnad -o cat
Full Changelog: v1.6.2...v1.6.3-rc1