Skip to content
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
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 23 Mar 10:45
· 732 commits to main since this release
5b4f859

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