Skip to content

v4.0.2 BCNAD codename: stickyfingers - security patch

Latest
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 13 Dec 08:25
· 6 commits to main since this release
c7b5d58

What's Changed

  • Update last_upgrade.md by @RaulBernal in #470
  • Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #446
  • Bump softprops/action-gh-release from 1 to 2 by @dependabot in #447
  • Bump actions/checkout from 3 to 4 by @dependabot in #449
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #461
  • Bump github.com/cosmos/cosmos-db from 1.0.2 to 1.1.0 by @dependabot in #468
  • Bump actions/checkout from 3 to 4 by @dependabot in #474
  • Bump actions/setup-go from 3 to 5 by @dependabot in #473
  • Security patches by @RaulBernal in #479
    • Bump WASM (v2.1.3 to v2.1.4)
    • Bump golang/x/ deps
      • Bump golang.org/x/crypto from 0.29.0 to 0.31.0
      • Bump golang.org/x/tools from 0.27.0 to 0.28.0
      • Bump cosmossdk.io/core from 0.11.1 to 0.11.2
      • Bump github.com/docker/docker from 26.1.2+incompatible to 26.1.5+incompatible

Release details

commit: c7b5d58bf9c4653f6188b0a0fdfa576405840aa4
cosmos_sdk_version: v0.50.10
go: go version go1.23.4 linux/amd64
name: bcna
server_name: bcnad
version: v4.0.2

Instructions for to compile

cd $HOME
git clone https://github.com/BitCannaGlobal/bcna.git
cd bcna
git checkout v4.0.2
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.2/bcnad_linux_amd64.tar.gz
sha256sum bcnad_linux_amd64.tar.gz 
# Output: `20a7f8c22eebf91b7c5e34b80ced2cad43691c37e2f1b5ab5eacba0824a917ae ` 
tar zxvf bcnad_linux_amd64.tar.gz
rm bcnad_linux_amd64.tar.gz
./bcnad_linux_amd64 version # --> v4.0.2

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.2

Full Changelog: v4.0.1...v4.0.2