Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 11:57
· 5 commits to main since this release

This is the proposed upgrade for the BitSong Network to version v0.14.0. The scheduled block height for this upgrade to take place is 10,055,000, which is estimated to occur on February 17th, 2023 at 16:30:00 UTC, with a margin of error of approximately 4 hours to accommodate for any potential clock drift. The chain ID for the network will remain as "bitsong-2b".

Changelog

  • fix(authz): Add Binary Codec support to MinValCommissionDecorator
  • fix(authz): Add MinValCommissionDecorator test

Upgrade process

Clone the go-bitsong reposytory

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

Check your version

$ bitsongd version
# 0.14.0

Restart your go-bitsong instance

systemctl restart bitsongd