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 (backport #13485) #13497

Merged
merged 8 commits into from Oct 11, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 10, 2022

This is an automatic backport of pull request #13485 done by Mergify.
Cherry-pick of c60c556 has failed:

On branch mergify/bp/release/v0.46.x/pr-13485
Your branch is up to date with 'origin/release/v0.46.x'.

You are currently cherry-picking commit c60c55616.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   api/cosmos/base/node/v1beta1/query.pulsar.go
	new file:   api/cosmos/base/node/v1beta1/query_grpc.pb.go
	new file:   client/grpc/node/query.pb.go
	new file:   client/grpc/node/query.pb.gw.go
	new file:   client/grpc/node/service.go
	new file:   client/grpc/node/service_test.go
	new file:   proto/cosmos/base/node/v1beta1/query.proto
	modified:   server/types/app.go
	modified:   testutil/network/util.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   CHANGELOG.md
	both modified:   UPGRADING.md
	deleted by us:   api/cosmos/auth/v1beta1/query_grpc.pb.go
	deleted by us:   api/cosmos/bank/v1beta1/query.pulsar.go
	deleted by us:   runtime/app.go
	both modified:   server/start.go
	deleted by us:   simapp/app_legacy.go
	both modified:   x/bank/types/query.pb.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

(cherry picked from commit c60c556)

# Conflicts:
#	CHANGELOG.md
#	UPGRADING.md
#	api/cosmos/auth/v1beta1/query_grpc.pb.go
#	api/cosmos/bank/v1beta1/query.pulsar.go
#	runtime/app.go
#	server/start.go
#	simapp/app_legacy.go
#	x/bank/types/query.pb.go
@mergify mergify bot requested a review from a team as a code owner October 10, 2022 19:12
@mergify mergify bot added the conflicts label Oct 10, 2022
server/start.go Fixed Show fixed Hide fixed
api/cosmos/base/node/v1beta1/query.pulsar.go Fixed Show fixed Hide fixed
@github-actions github-actions bot removed the C:x/bank label Oct 10, 2022
@tac0turtle tac0turtle merged commit 37912ec into release/v0.46.x Oct 11, 2022
@tac0turtle tac0turtle deleted the mergify/bp/release/v0.46.x/pr-13485 branch October 11, 2022 08:10
@tac0turtle
Copy link
Member

@alexanderbez can you undo this api break. its not needed

@alexanderbez alexanderbez mentioned this pull request Oct 18, 2022
19 tasks
@alexanderbez
Copy link
Contributor

The API break was needed to support this but we can do it via an optional interface.

PR is here: #13577

alexanderbez added a commit that referenced this pull request Oct 18, 2022
robert-zaremba pushed a commit that referenced this pull request Oct 18, 2022
p0mvn pushed a commit to osmosis-labs/cosmos-sdk that referenced this pull request Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants