-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add counterpartyChannelId param to IBCModule.OnChanOpenAck #1076
Add counterpartyChannelId param to IBCModule.OnChanOpenAck #1076
Conversation
c25e5ee
to
bec3560
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
This needs a changelog entry under the API breaking section and an addition to the docs/v2-to-v3.md
migrations docs, but I can add both in a followup pr if you feel uncertain about adding that
counterpartyVersion string, | ||
counterpartyChannelID string, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you change the ordering such that counterpartyChannelID
comes before counterpartyVersion
? See proposed spec changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I'll do it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
This needs a changelog entry under the API breaking section and an addition to the
docs/v2-to-v3.md
migrations docs, but I can add both in a followup pr if you feel uncertain about adding that
I can make the pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1086 I just made this pr
Codecov Report
@@ Coverage Diff @@
## main #1076 +/- ##
=======================================
Coverage 79.81% 79.81%
=======================================
Files 151 151
Lines 10882 10882
=======================================
Hits 8685 8685
Misses 1774 1774
Partials 423 423
|
issue closed by #1086 |
Description
ref: #1075
I add counterpartyChannelID as a param to IBCModule.OnChanOpenAck to support ibc module that use counterpartyChannelID in their OnChanOpenAck logic. #1075
closes: #XXXX
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.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes