Commit 5bedaeb
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 <damiannolan@gmail.com>
* Update modules/core/02-client/client/cli/query.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* Update modules/core/02-client/client/cli/query.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* Update modules/core/02-client/client/cli/query.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* 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 <seantking@users.noreply.github.com>
* Update modules/core/02-client/keeper/grpc_query_test.go
Co-authored-by: Sean King <seantking@users.noreply.github.com>
* Update modules/core/02-client/keeper/grpc_query_test.go
Co-authored-by: Sean King <seantking@users.noreply.github.com>
* Update modules/core/02-client/keeper/grpc_query_test.go
Co-authored-by: Sean King <seantking@users.noreply.github.com>
* Update modules/core/02-client/client/cli/query.go
Co-authored-by: Sean King <seantking@users.noreply.github.com>
* Update modules/core/02-client/keeper/grpc_query_test.go
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
* Update CHANGELOG.md
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
* update swagger.yaml; update 02-client grpc_query_test
* Update modules/core/02-client/keeper/grpc_query_test.go
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
* nit
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Sean King <seantking@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
(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.go1 parent 7374d31 commit 5bedaeb
File tree
11 files changed
+1633
-44
lines changed- docs
- client/swagger-ui
- ibc
- modules/core
- 02-client
- client/cli
- keeper
- types
- keeper
- proto/ibc/core/client/v1
11 files changed
+1633
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
| |||
0 commit comments