Skip to content

BitCanna v2.0.2-rc1 - Codename: `wakeandbake`

Pre-release
Pre-release
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 25 May 14:21

Those are the highlighted features/improvements/bug fixes:

  • Chore: go.mod, mandatory use go1.20.x
  • Security patch: bump IBC-go from v6.1.0 to v6.1.1
  • Chore: bump CometBFT v0.34.28

Quick instructions FOR TESTNET VALIDATORS

Mandatory to compile with go1.20.x

cd bcna
git fetch
git checkout v2.0.2-rc1
make clean && make build

If you run Cosmovisor:

mv build/bcnad $(which bcnad) && bcnad version && sudo service cosmovisor restart && sudo journalctl -fu cosmovisor -o cat

If you run BCNA daemon: (remove the first sudo if is not necessary)

sudo mv build/bcnad $(which bcnad) && bcnad version && sudo service bcnad restart && sudo journalctl -fu bcnad -o cat

Desired output log should include the new release info:

9:01AM INF ABCI Handshake App Info hash="ʠ�(�dB\x02�Nj���x�^�����\x12-�\x01\x17*�/ " height=2170336 module=consensus protocol-version=0 software-version=2.0.2-rc1

hash256sum

553091b8a7ec2968b6434fd3346ec5d11a9f5e045db9b9342bb9f2c57a3187e3 bcna_darwin_arm64.tar.gz
c2b3fad70679f39de56f746b2fa42e26f456311af71615390e7cf1bce0497744 bcna_linux_amd64.tar.gz