Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@srdtrk srdtrk released this 05 Feb 18:52
· 11 commits to main since this release
bc30f22

Description

In this release;

  • I added support for UNORDERED ICA channels which is supported if the counterparty chain is using ibc-go v8.1+.
  • A added a ExecuteMsg::CloseChannel which is supported in all versions.
  • The channel can now be reopened with different parameters such as ordering using ExecuteMsg::CreateChannel. (This means you can upgrade your ordered channel to unordered by simply closing the channel and then creating a new channel.)