v0.14.0
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