Open crodriguezvega opened 9 months ago
[!IMPORTANT]
Auto Review Skipped
Auto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
This PR builds up on @AdityaSripal's PR https://github.com/polymerdao/ibc-go/pull/43. It tries to address this comment by @dshiell so that the expected channel is constructed with the right counterparty hops in both the single and multi hop cases. In the process I have removed the KV generator from the channel open handshake handlers. If this considered good to proceed with, I can look into doing a similar refactor in the packet and timeout handlers.
Test suite for multi hop is failing, since it required changes from #43.
closes: #XXXX
Commit Message / Changelog Entry
see the guidelines for commit messages. (view raw markdown for examples)
Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.