cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
908 stars 386 forks source link

Closed channel cannot process acknowledgements #1107

Open colin-axner opened 1 month ago

colin-axner commented 1 month ago

If a channel closes, acknowledgements cannot be processed.

From the acknowledgePacket function in the spec:

   abortTransactionUnless(channel.state === OPEN || channel.state === FLUSHING)