ibc
ibc copied to clipboard
Add packet handling logic to multihop
(WIP)
This PR adds the logic for packet handling required by multihop:
- New router function for packets, acknowledgments and timeout
- Modifies packet handling logic at chain ends
It builds on top of #741