Skip to content

v0.1.3

Compare
Choose a tag to compare
@srdtrk srdtrk released this 28 Oct 16:43
· 71 commits to main since this release
7ece8a6

This release gives the contract the ability to initiate the channel creation itself, instead of giving this responsibility to the relayer. The channel creation now begins automatically with InstantiateMsg if the required optional parameters are provided.

In case the channel creation handshake which started from InstantiateMsg cannot be completed, or the channel times out. You can retry creating a channel with the ExecuteMsg::CreateChannel. See README.md for more details.

Thanks to @CyberHoward for this idea.