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

chore: Add consensus state heights query (backport #1336) #1505

Merged
merged 2 commits into from
Jun 11, 2022

Commits on Jun 7, 2022

  1. chore: Add consensus state heights query (#1336)

    * add ConsensusStateHeights query
    
    * add cli for ConsensusStateHeights Query
    
    * update CHANGELOG.md
    
    * Update modules/core/02-client/keeper/grpc_query.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * update consensus height query
    
    * very minor changes in modules/core/02-client grpc_query_test
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <[email protected]>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <[email protected]>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <[email protected]>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <[email protected]>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Sean King <[email protected]>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Carlos Rodriguez <[email protected]>
    
    * Update CHANGELOG.md
    
    Co-authored-by: colin axnér <[email protected]>
    
    * update swagger.yaml; update 02-client grpc_query_test
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Damian Nolan <[email protected]>
    
    * nit
    
    Co-authored-by: Damian Nolan <[email protected]>
    Co-authored-by: Sean King <[email protected]>
    Co-authored-by: Carlos Rodriguez <[email protected]>
    Co-authored-by: vuong <[email protected]>
    Co-authored-by: colin axnér <[email protected]>
    (cherry picked from commit 042d818)
    
    # Conflicts:
    #	CHANGELOG.md
    #	docs/client/swagger-ui/swagger.yaml
    #	modules/core/02-client/keeper/grpc_query_test.go
    #	modules/core/02-client/types/query.pb.go
    catShaark authored and mergify[bot] committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    71113e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    a17bed0 View commit details
    Browse the repository at this point in the history