Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@angelorc angelorc released this 21 Aug 15:08
6caaf5f

This release replaces the previous v0.16.0, which was affected by a bug that prevented the sending of BitSong tokens via IBC.

This is a manual coordinated upgrade that will happen at block 18,338,000 expected August 22nd, 12:30:00 UTC.

Validators are required to halt the chain at that block, and then apply the v0.17.0 upgrade.

Instructions 

  1. Set halt height to 18338000, You can do it manually by editing app.toml, ~/.bitsongd/config/app.toml -> halt-height = 18338000
  2. Restart your node to apply configuration changes.
  3. Make sure your systemd file is set to restart=no otherwise the node will not stop
  4. Wait for block 18338000, at which the chain will stop
  5. Build the tag v0.17.0
  6. Remove the halt height from configuration
  7. Restart the node

What's Changed

  • fix: Remove IBCFeeKeeper and replace with ChannelKeeper in app.go by @angelorc in #234

Full Changelog: v0.16.0...v0.17.0