Skip to content
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

Adding call to underlying app to OnChanCloseConfirm #2248

Conversation

chatton
Copy link
Contributor

@chatton chatton commented Sep 9, 2022

Description

Add call to underlying app in OnChanCloseConfirm and adding relevant unit tests.

closes: #2237


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.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@@ -115,7 +115,7 @@ func (im IBCMiddleware) OnChanOpenAck(
return nil
}

// OnChanOpenAck implements the IBCMiddleware interface
// OnChanOpenConfirm implements the IBCMiddleware interface
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not relevant but we had an incorrect docstring.

@chatton chatton marked this pull request as ready for review September 9, 2022 08:43
Copy link
Member

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chatton chatton enabled auto-merge (squash) September 9, 2022 10:57
@chatton chatton merged commit fcdb0fc into main Sep 9, 2022
@chatton chatton deleted the cian/issue#2237-call-underlying-app-onchancloseconfirm-in-controllersubmodule branch September 9, 2022 11:24
mergify bot pushed a commit that referenced this pull request Sep 9, 2022
crodriguezvega pushed a commit that referenced this pull request Sep 11, 2022
…2256)

(cherry picked from commit fcdb0fc)

Co-authored-by: Cian Hatton <cian@interchain.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Call underlying app OnChanCloseConfirm in controller submodule
3 participants