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

Commits on Oct 6, 2022

  1. refactor: Improve and clarify API around AccountAddressById (#13460)

    * 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 authored and mergify[bot] committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    10a4f05 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    amaury1093 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bb6e6a4 View commit details
    Browse the repository at this point in the history
  3. changelog

    amaury1093 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7886232 View commit details
    Browse the repository at this point in the history