Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

v4.0.0-rc5 codename: stickyfingers-fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 23 Sep 06:39
07792dc

What's Changed

  • Bump SDK version from v0.50.9 to v0.50.10 by @RaulBernal in #437
  • Remove custom modules & add Wasm by @RaulBernal in #422
  • Bump and refactor from Cosmos-SDK v0.47 to v0.50.9
  • 425 v4 include upgrade code to fix consensus params error at devnet 1 by @RaulBernal in #426
  • Bump IBC/go to v8.5.1 by @RaulBernal in #427
  • BUG: New consensus params keeper using the wrong key again and move the data into the consensus params keeper with the right key by @RaulBernal in #429
  • Set WASM upload/instantiate params by @RaulBernal in #431
  • v4 defaults at APP.TOML & CONFIG.TOML by @RaulBernal in #434

Important note

  • Only for use at DEVNET-1
  • It fixes the previous v4.0.0-rc3 avoiding SDK & modules installation

Instructions (compile)

cd $HOME/bcna
git fetch
git checkout v4.0.0-rc5
make install
bcnad version --long | grep -e commit -e version
#version: 4.0.0-rc5
#commit: 07792dcbfeaef6ccc1654880d90737bde1bebf51
sudo systemctl restart bcnad && sudo journalctl -fu bcnad -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

Cosmovisor instructions

mkdir -p $HOME/.bcna/cosmovisor/upgrades/stickyfingers-fix/bin
mv build/bcnad $HOME/.bcna/cosmovisor/upgrades/stickyfingers-fix/bin

Hash256sum

910f25854bcbedb6148c65acb0d56c5faf0a21010747b692a934156ed98cd225  bcna_darwin_arm64.tar.gz
5ad13a68f97f3d76eeabe73aaa16a7a4189bd402c1383283bd26cfed177b1934  bcna_linux_amd64.tar.gz

Full Changelog: v4.0.0-rc2...v4.0.0-rc4
Full Changelog: v4.0.0-rc3...v4.0.0-rc4
Full Changelog: v4.0.0-rc4...v4.0.0-rc5