v2.0.3-rc2 - Codename: `wakeandbake`
Pre-release
Pre-release
Those are the highlighted features/improvements/bug fixes respect v2.0.2:
- Chore: Cosmos SDK v0.46.14
- Chore: CometBFT v0.34.29
- Add client commands and functions:
- Local Snapshots
- Prune database
- Fix check Go version by @RaulBernal in #214
Quick instructions FOR TESTNET VALIDATORS
Mandatory to compile with
go1.20.x
cd bcna
git fetch
git checkout v2.0.3-rc2
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:
3:46PM INF ABCI Handshake App Info hash="\x7f�5\x19�\x1a�/I\x03�\x0e�6����9w=��|5���\x02�<c" height=3382583 module=consensus protocol-version=0 software-version=2.0.3-rc2
What's Changed
- Fix check Go version by @RaulBernal in #214
Full Changelog: v2.0.2...v2.0.3-rc2