v0.4.0
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
'schannel_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.