Skip to content

BitCanna v2.0.1-rc9 - `wakeandbake_test2` codename

Pre-release
Pre-release
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 10 May 14:57
c831abd

Compatibility notes

version: 2.0.1-rc9 is compatible with previous v2.0.1-rc8 JUST COMPILE & REPLACE
commit: ee1771e2321d95695f2c217beac69644cb2a1555
Halt Height for the upgrade: NO NEW CONSENSUS REQUIRED
Upgrade PlanName: wakeandbake_test2 (Cosmovisor folder: .bcna/cosmovisor/current/bin/

What's Changed

  • Chore: Lint errors fixing by @RaulBernal in #172
  • Chore: some refactor coding task for BCNA v2 (Cosmos-SDK v0.46.12) for coming merging in main branch (current BCNA v1 repo (Cosmos-SDK v0.45.15))

Quick instructions

cd bcna
git fetch
git checkout v2.0.1-rc9
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.1-rc9

Full Changelog: v2.0.1-rc8...v2.0.1-rc9