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

refactor: Improve and clarify API around AccountAddressById (backport #13460) #13461

Merged
merged 3 commits into from Oct 6, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 6, 2022

This is an automatic backport of pull request #13460 done by Mergify.
Cherry-pick of 90bd316 has failed:

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

You are currently cherry-picking commit 90bd3161a.
  (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:
	modified:   client/grpc/tmservice/query.pb.go
	modified:   store/types/commit_info.pb.go
	modified:   x/distribution/types/genesis.pb.go
	modified:   x/gov/types/v1beta1/genesis.pb.go
	modified:   x/group/types.pb.go

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   CHANGELOG.md
	deleted by us:   api/cosmos/auth/v1beta1/query.pulsar.go
	deleted by us:   api/cosmos/auth/v1beta1/query_grpc.pb.go
	deleted by us:   api/cosmos/distribution/v1beta1/query_grpc.pb.go
	deleted by us:   api/cosmos/group/v1/types.pulsar.go
	both modified:   proto/cosmos/auth/v1beta1/query.proto
	both modified:   x/auth/client/cli/query.go
	both modified:   x/auth/keeper/grpc_query.go
	both modified:   x/auth/keeper/grpc_query_test.go
	both modified:   x/auth/types/query.pb.go
	both modified:   x/distribution/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

* Revert "chore: change id to use uint64 in `AccountAddressByID` (#13411)"

This reverts commit 3d0e214.

* Add since

* Update CLI command

* make proto-gen

* id->accNum

* No API breaking changes

* improve err msg

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

Co-authored-by: Julien Robert <julien@rbrt.fr>
(cherry picked from commit 90bd316)

# Conflicts:
#	CHANGELOG.md
#	api/cosmos/auth/v1beta1/query.pulsar.go
#	api/cosmos/auth/v1beta1/query_grpc.pb.go
#	api/cosmos/distribution/v1beta1/query_grpc.pb.go
#	api/cosmos/group/v1/types.pulsar.go
#	proto/cosmos/auth/v1beta1/query.proto
#	x/auth/client/cli/query.go
#	x/auth/keeper/grpc_query.go
#	x/auth/keeper/grpc_query_test.go
#	x/auth/types/query.pb.go
#	x/distribution/types/query.pb.go
@amaury1093 amaury1093 merged commit 982b891 into release/v0.46.x Oct 6, 2022
@amaury1093 amaury1093 deleted the mergify/bp/release/v0.46.x/pr-13460 branch October 6, 2022 11:48
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.

None yet

2 participants