- Upgraded CosmWasm to version 2.1. (#133)
- Introduced support for
QueryRequest::Wasmin ICA queries. (#131)
- Added support for ICA queries. (#88)
- Added a
query_resultfield toIcaControllerCallbackMsg. (#118) - Added a
queriesfield toExecuteMsg::SendCosmosMsgs. (#118) - Improved the query helpers. (#114)
- Changed
calltoexecuteinhelpers.rs. (#114) - Removed support for
proto3jsonencoding. (#92) - Removed
tx_encodingfield fromChannelOpenInitOptions. (#92) - Removed
ExecuteMsg::SendCustomIcaMessages. (#92)
- Removed support for CosmWasm (and wasmvm) version
v1.3. (#90)
- Added support for UNORDERED channels introduced to
icahostinibc-gov8.1.0. (#74) - Added
ExecuteMsg::CloseChannelto close a channel so that it may be reopened with different options. (#78)
- Removed
allow_channel_open_initfromContractState. (#76) - Removed needless pass by value in
helpers.rs. (#76) - Added
channel_orderingfield toChannelOpenInitOptions. (#74)
- Added inline documentation to the enum variant inserted by the proc macro introduced in
v0.4.1. (#66)
- Introduced a proc macro to insert the callback msg enum variant to external contracts'
ExecuteMsg. (#61)
DistributionMsg::FundCommunityPoolis now supported inExecuteMsg::SendCosmosMsgs. (#46)
InstantiateMsg'schannel_open_init_optionsfield is now required. (#53)CallbackCounteris removed. (#44)- Relayers cannot initiate opening channels anymore. (#53)
- Minimum compatible CosmWasm version is now
v1.3. (#46) - Improved the
instantiate2helper function. (#57)
- Added
CosmosMsgsupport. (#28)
- Removed stargate query fallback in the contract. (#31)
- Switched to
cw-ownablefor contract's admin management. (#25)
- Added callbacks to external contracts. (#16)
- Added contract instantiated channel opening. (#13)
- Added
helpers.rsfor external contracts. (https://github.com/srdtrk/cw-ica-controller/commit/bef4d34cc674892725c36c5fcbb467aaa38c38c8)
Initial release.
- Relayer initiated channel opening.
- Added
ExecuteMsg::SendCustomIcaMessagesto send custom ICA messages. - Added
ExecuteMsg::SendPredefinedActionto send predefined ICA messages for testing. - Added a
CallbackCounterto count the number of ICA callbacks.