v4.0.0-rc4 codename: `stickyfingers-fix`
Pre-release
Pre-release
What's Changed
- 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-rc4
make install
bcnad version --long | grep -e commit -e version
#version: 4.0.0-rc4
#commit: ba851eb3bea22eaddc6cb281d454f74ee218331e
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 $HOME/.bcna/cosmovisor/upgrades/stickyfingers-fix/bin
mv build/bcnad $HOME/.bcna/cosmovisor/upgrades/stickyfingers-fix/bin
Full Changelog: v4.0.0-rc2...v4.0.0-rc4
Full Changelog: v4.0.0-rc3...v4.0.0-rc4