Releases: bitsongofficial/go-bitsong
Releases · bitsongofficial/go-bitsong
v0.20.1
What's Changed
- v0.20.1 add stargate queries to wasmOpts by @hard-nett in #251
Full Changelog: v0.20.0...v0.20.1
v0.20.0-rc
What's Changed
- V0.18.2 - Polytone CI tests by @hard-nett in #240
- patch cosmos-sdk for v018 by @hard-nett in #242
- Slashed delegators by @hard-nett in #243
- Hard nett/v020 rc by @hard-nett in #245
- V019 by @hard-nett in #246
- Revert "V019" by @hard-nett in #247
- V020 by @hard-nett in #249
Full Changelog: v0.19.0...v0.20.0-rc
v0.20.0
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
v0.18.1
v0.18.0
[TODO]
What's Changed
- Upgrade: [email protected], [email protected], ibc-go@v7, by @hard-nett in #235
New Contributors
- @hard-nett made their first contribution in #235
Full Changelog: v0.17.0...v0.18.0
v0.17.0
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
- Set halt height to
18338000
, You can do it manually by editingapp.toml
,~/.bitsongd/config/app.toml
->halt-height = 18338000
- Restart your node to apply configuration changes.
- Make sure your
systemd
file is set torestart=no
otherwise the node will not stop - Wait for block
18338000
, at which the chain will stop - Build the tag
v0.17.0
- Remove the halt height from configuration
- Restart the node
What's Changed
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Fix: pfm v4 by @angelorc in #232
- feat(fantoken): add
denom
toMsgIssueResponse
by @angelorc in #232 - chore: add node service handler by @freak12techno in #233
New Contributors
- @freak12techno made their first contribution in #233
Full Changelog: v0.15.0...v0.16.0
v0.15.0
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
bump ledger deps (#227) Co-authored-by: angelorc <[email protected]>