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) #13498

Merged
merged 6 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.45.x/pr-13485
Your branch is up to date with 'origin/release/v0.45.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
	deleted by us:   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/auth/types/query.pb.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/auth/types/query.pb.go
#	x/bank/types/query.pb.go
go.mod Outdated Show resolved Hide resolved
@alexanderbez alexanderbez enabled auto-merge (squash) October 11, 2022 12:49
@alexanderbez alexanderbez merged commit c308e1f into release/v0.45.x Oct 11, 2022
@alexanderbez alexanderbez deleted the mergify/bp/release/v0.45.x/pr-13485 branch October 11, 2022 17:13
### Features

* (grpc) [#13485](https://github.com/cosmos/cosmos-sdk/pull/13485) Implement a new gRPC query, `/cosmos/base/node/v1beta1/config`, which provides operator configuration.

Copy link
Member

Choose a reason for hiding this comment

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

this is api breaking and missing a changelog entry. can we please revert or add a changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants