Remove support for asynchronous acks for RecvPacket
#361
Labels
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
S: specs
Scope: related to IBC protocol specifications
Milestone
Asynchronous acknowledgements are currently under-specified. I don't understand the semantics enough to be confident that our current implementation is correct. Hence, it makes our implementation of
RecvPacket
more complex, while the benefits are unclear.We should remove support for them and document it in our list of unsupported features. We can add support at a later time if requested, when the requirements are more clear.
The text was updated successfully, but these errors were encountered: