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

feat: gRPC query for operator and chain configuration #426

Merged
merged 4 commits into from
Mar 24, 2023

Conversation

p0mvn
Copy link
Member

@p0mvn p0mvn commented Mar 23, 2023

@github-actions github-actions bot added the C:CLI label Mar 23, 2023
@p0mvn p0mvn changed the title Roman/config-query feat: gRPC query for operator and chain configuration Mar 23, 2023
@p0mvn p0mvn marked this pull request as ready for review March 23, 2023 04:33
@p0mvn p0mvn requested a review from a team March 23, 2023 04:33
Copy link
Member

@mattverse mattverse left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +293 to +295
if a, ok := app.(types.ApplicationQueryService); ok {
a.RegisterNodeService(clientCtx)
}
Copy link
Member

Choose a reason for hiding this comment

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

whats a possible condition that app might not be implementing ApplicationQueryService?

Copy link
Member

Choose a reason for hiding this comment

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

I'm assuming it has something related to the versionings of sdk 0.46, and trying not to break it, but don't have a clear idea in my mind

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that's correct. It's to avoid having SDK 0.46 app breaking our app API

@p0mvn p0mvn merged commit 490febe into osmosis-main Mar 24, 2023
@p0mvn p0mvn deleted the roman/config-query branch March 24, 2023 15:50
p0mvn added a commit that referenced this pull request Mar 25, 2023
p0mvn added a commit that referenced this pull request Mar 25, 2023
p0mvn added a commit that referenced this pull request Mar 25, 2023
…#429)

* feat: gRPC query for operator and chain configuration (backport #426)

* try rosetta fix

---------

Co-authored-by: Roman <roman@osmosis.team>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants