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

Dang/add port id into msg register interchain account response #3204

Conversation

GNaD13
Copy link
Contributor

@GNaD13 GNaD13 commented Feb 24, 2023

Description

Add generated portID to message MsgRegisterInterchainAccountResponse

closes: #2724

Commit Message / Changelog Entry

type: commit message

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.

  • 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 and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/).
  • Added relevant godoc comments.
  • Provide a commit message to be used for the changelog entry in the PR description for review.
  • Re-reviewed Files changed in the Github PR explorer.
  • Review Codecov Report in the comment section below once CI passes.

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Merging #3204 (d58841a) into main (6f749ef) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3204   +/-   ##
=======================================
  Coverage   78.60%   78.60%           
=======================================
  Files         177      177           
  Lines       12420    12421    +1     
=======================================
+ Hits         9763     9764    +1     
  Misses       2231     2231           
  Partials      426      426           
Impacted Files Coverage Δ
...nterchain-accounts/controller/keeper/msg_server.go 92.10% <100.00%> (+0.21%) ⬆️

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.

Thanks for picking this up! Left a suggestion on proto formatting.

Could you add a changelog entry under improvements?

Copy link
Contributor

@crodriguezvega crodriguezvega left a comment

Choose a reason for hiding this comment

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

Thank you, @GNaD13!

Can you also please update the MsgRegisterInterchainAccountResponse message in the docs here?

@GNaD13
Copy link
Contributor Author

GNaD13 commented Feb 28, 2023

Thank you, @GNaD13!

Can you also please update the MsgRegisterInterchainAccountResponse message in the docs here?

Hi sir @crodriguezvega , Thanks for your reviewed, I've updated it

Copy link
Contributor

@crodriguezvega crodriguezvega left a comment

Choose a reason for hiding this comment

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

Thanks for update, @GNaD13! I just have one little nit. :)

docs/apps/interchain-accounts/messages.md Outdated Show resolved Hide resolved
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.

🙏

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.

Add portID into MsgRegisterInterchainAccountResponse
4 participants