ibc
ibc copied to clipboard
Multihop channels spec draft
Draft specification of multi-hop channels.
This PR merges https://github.com/cosmos/ibc/pull/741 and https://github.com/cosmos/ibc/pull/761, and therefore supersedes them.
It includes all methods for channel handshake, channel close and packet handling (send, receive, ack and timeouts)
Missing:
- Synopsis, motivation and desired properties sections of the router specification.
- Interplay of multihop with upgradable channels.
- Garbage collection at routers.