-
Notifications
You must be signed in to change notification settings - Fork 586
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 nil checks on the controller module for underlying app #2102
Add nil checks on the controller module for underlying app #2102
Conversation
…ller-module-for-underlying-app
Codecov Report
@@ Coverage Diff @@
## main #2102 +/- ##
=======================================
Coverage 80.03% 80.03%
=======================================
Files 170 170
Lines 11813 11823 +10
=======================================
+ Hits 9454 9463 +9
- Misses 1941 1942 +1
Partials 418 418
|
…ller-module-for-underlying-app
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.
nice one! 🎉
…ller-module-for-underlying-app
…ller-module-for-underlying-app
…ller-module-for-underlying-app
…ller-module-for-underlying-app
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.
LGTM, left only comments on code formatting
modules/apps/27-interchain-accounts/controller/ibc_middleware.go
Outdated
Show resolved
Hide resolved
modules/apps/27-interchain-accounts/controller/ibc_middleware_test.go
Outdated
Show resolved
Hide resolved
modules/apps/27-interchain-accounts/controller/ibc_middleware_test.go
Outdated
Show resolved
Hide resolved
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.
Excellent! Thank you!
Could you add a changelog entry indicating nil apps are allowed in ics27 controller middleware? |
…ller-module-for-underlying-app
…ller-module-for-underlying-app
…ller-module-for-underlying-app
(cherry picked from commit dcd616c) # Conflicts: # CHANGELOG.md
…2102) (#2131) * Add nil checks on the controller module for underlying app (#2102) (cherry picked from commit dcd616c) # Conflicts: # CHANGELOG.md * fix conflicts Co-authored-by: Cian Hatton <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
Description
closes: #2040
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