srdtrk / cw-ica-controller

This is a CosmWasm implementation of an ICS-27 interchain accounts controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support UNORDERED channels

srdtrk opened this issue · comments

Description

Unordered ICA channels will be supported in ibc-go v8.1+ which is set to release this week.

when doing this, consider:

  • All callbacks
  • Make sure timeouts don't close the channel in internal state if UNORDERED
  • Add tests