Skip to content

v0.4.0

Compare
Choose a tag to compare
@srdtrk srdtrk released this 26 Jan 23:49
· 46 commits to main since this release
7318eba

Description

In this release, I've focused on solidifying the API and maintenance. Underlying chain's CosmWasm requirement is raised to v1.3+ since v1.2 has reached end of life. This means I've added support for a CosmWasm v1.3 specific CosmosMsg which is DistributionMsg::FundCommunityPool in ExecuteMsg::SendCosmosMsgs.

Other notable changes include:

  • InstantiateMsg's channel_open_init_options field is now required. (#53)
  • CallbackCounter is removed. (#44)
  • Relayers cannot initiate opening channels anymore. (It must be initiated by the contract upon instantiation and by ExecuteMsg:CreateChannel) (#53)

See CHANGELOG.md for a full list of changes.