Skip to content

v4.0.1 codename: stickyfingers - BCNAD + WASM

Latest
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 23 Nov 16:39
· 25 commits to main since this release
42ccc11

Important Upgrade info about this release:

requires a governance proposal to start a new consensus because we bump IBC/go & Cosmos-SDK & add Wasm module.
is plenty compatible with v4.0.0, both will upgrade the chain.
include an emergency path for cosmo-math lib and a fix for Makefile bug introduced in v4.0.0

Halt height: 16.782.000
Estimated Target Date: Mo 25 Nov 2024 17:20:00h CEST (16:20:00h UTC)
Cosmovisor (folder) Plan Name: stickyfingers
version/tag: v4.0.1
commit: 42ccc11c4d4fce7c72523b748a06f2779f6aa417

Instructions for to compile

cd $HOME
git clone https://github.com/BitCannaGlobal/bcna.git
cd bcna
git checkout v4.0.1
make build

Instructions for to download

rm -rf bcnad_linux_amd64.tar.gz # delete if exists
wget https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz
sha256sum bcnad_linux_amd64.tar.gz 
# Output: `c2dcb6842e2e83ba5fe9b526899650d5e69aff3b3d7721e050e09dc84c74a92b` 
tar zxvf bcnad_linux_amd64.tar.gz
rm bcnad_linux_amd64.tar.gz
./bcnad_linux_amd64 version # --> v4.0.1

Setup Cosmovisor

If you download the binary change the 2nd line and type the proper path

mkdir -p $HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin/
mv $HOME/bcna/build/bcnad $HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin/
$HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin/bcnad version # --> 4.0.1

What's new

  • Bump and refactor from Cosmos-SDK v0.47 to v0.50.9
  • Security and stability upgrades
  • Remove custom modules & add Wasm by @RaulBernal in #422

What's Changed from v4.0.0

  • Makefile bug fix at clean function.

SHA256SUM

c2dcb6842e2e83ba5fe9b526899650d5e69aff3b3d7721e050e09dc84c74a92b   bcnad_linux_amd64.tar.gz
1c1f1c19844b4c97899e1c1ac8924bdd563ae0f2578fe9adcf4592488cb3d0d7     bcnad_linux_arm64.tar.gz