-
Notifications
You must be signed in to change notification settings - Fork 628
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
chore: update godocs for legacy apis on controller module #2363
Conversation
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 🥇 thanks for fixing typo!
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! 🚀
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set | ||
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | ||
// by the underlying authentication application. For a full summary of the changes in v6.x.x, please see ADR009. |
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.
nit
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set | |
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | |
// by the underlying authentication application. For a full summary of the changes in v6.x.x, please see ADR009. | |
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set. | |
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | |
// by the underlying application. For a full summary of the changes in v6.x.x, please see ADR009. |
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set | ||
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | ||
// by the underlying authentication application. For a full summary of the changes in v6.x.x, please see ADR009. |
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.
same nit
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set | |
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | |
// by the underlying authentication application. For a full summary of the changes in v6.x.x, please see ADR009. | |
// NOTE: this is a legacy API that is only intended to function correctly in workflows where an underlying application has been set. | |
// Prior to to v6.x.x of ibc-go, the controller module was only functional as middleware, with authentication performed | |
// by the underlying application. For a full summary of the changes in v6.x.x, please see ADR009. |
modules/apps/27-interchain-accounts/controller/keeper/account.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.
@charleenfei could you pull in the changes from #2448 here please? See #2448 (comment)
Thanks!
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.
🙏
* update docs for legacy api (cherry picked from commit 95cec44) # Conflicts: # e2e/tests/transfer/base_test.go
…2363) (#2547) * chore: update godocs for legacy apis on controller module (#2363) * update docs for legacy api (cherry picked from commit 95cec44) # Conflicts: # e2e/tests/transfer/base_test.go * delete e2e test Co-authored-by: Charly <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
Description
closes: #2234
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