Skip to content

Releases: bitsongofficial/go-bitsong

v0.20.1

19 Dec 16:40
57cd7be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0-rc

18 Dec 13:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0-rc

v0.20.0

18 Dec 17:34
e90d994
Compare
Choose a tag to compare

What's Changed

  • V0.20.0 - CI Tests, Improved Scripts, Register ModuleBasic GRPC by @hard-nett in #239
  • Fix Staking Rewards

Full Changelog: v0.19.0...v0.20.0

v0.19.0

16 Dec 15:13
5960e1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

v0.18.1

29 Nov 18:12
0793601
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

27 Nov 16:53
50b4082
Compare
Choose a tag to compare

[TODO]

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

21 Aug 15:08
6caaf5f
Compare
Choose a tag to compare

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

v0.16.0

09 Aug 10:55
608415a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

07 Mar 16:49
456826d
Compare
Choose a tag to compare
import CometBFT, bump: wasm, ibc-go (#228)

* import CometBFT, bump: wasm, ibc-go

* fix fantoken and merkledrop tests

* fix merkledrop test

* fix ante_handler_test

---------

Co-authored-by: simi <[email protected]>
Co-authored-by: angelorc <[email protected]>

v0.14.1

02 Jan 10:48
26dc994
Compare
Choose a tag to compare
bump ledger deps (#227)

Co-authored-by: angelorc <[email protected]>