Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 17:06
· 10 commits to main since this release

Changelog

  • Updated Cosmos-sdk to v0.45.11 for improved stability and security
  • Upgraded ibc-go to v3.3.1 for enhanced interoperability between different blockchain networks
  • Tendermint upgraded to v0.34.24 for better performance and bug fixes
  • Integrated Cosmwasm v0.29.2 for advanced smart contract functionality
  • Added new command init-from-state which allows for easy initialization of private validator, p2p, genesis, and application configuration, as well as replacement of exported state.

Upgrade process

Clone the go-bitsong reposytory

git clone https://github.com/bitsongofficial/go-bitsong.git
cd go-bitsong
git checkout v0.13.0
make install

Check your version

$ bitsongd version
# 0.13.0

Restart your go-bitsong instance

systemctl restart bitsongd