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 #1336

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
834a379
add ConsensusStateHeights query
catShaark May 3, 2022
3a28cbc
add cli for ConsensusStateHeights Query
catShaark May 3, 2022
cfcfe37
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark May 3, 2022
1c34a78
update CHANGELOG.md
catShaark May 3, 2022
658b375
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark May 3, 2022
eb59767
Update modules/core/02-client/keeper/grpc_query.go
catShaark May 3, 2022
07abab2
Update modules/core/02-client/client/cli/query.go
catShaark May 3, 2022
b63f91c
Update modules/core/02-client/client/cli/query.go
catShaark May 3, 2022
fee1c60
Update modules/core/02-client/client/cli/query.go
catShaark May 3, 2022
4740746
update consensus height query
catShaark May 3, 2022
96ce8b1
very minor changes in modules/core/02-client grpc_query_test
catShaark May 3, 2022
f5a8bd8
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark May 4, 2022
9cb4ad3
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark May 4, 2022
c0406c1
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark May 4, 2022
602ad63
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark May 4, 2022
185568e
Update modules/core/02-client/client/cli/query.go
catShaark May 4, 2022
de3f6b0
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark May 6, 2022
0f9a1dc
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark May 9, 2022
4393329
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark May 9, 2022
ae0bebf
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark May 10, 2022
f4d8336
Merge branch 'main' into add-ConsensusStateHeights-Query
vuong177 May 11, 2022
ba2077e
Update CHANGELOG.md
catShaark Jun 1, 2022
da46f52
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark Jun 1, 2022
43db851
update swagger.yaml; update 02-client grpc_query_test
catShaark Jun 4, 2022
f7a20ca
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark Jun 4, 2022
4a99a9c
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark Jun 7, 2022
9003896
Update modules/core/02-client/keeper/grpc_query_test.go
catShaark Jun 7, 2022
86fe144
Merge branch 'main' into add-ConsensusStateHeights-Query
catShaark Jun 7, 2022
5ba7439
nit
catShaark Jun 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

* (modules/core/02-client) [\#1336](https://github.com/cosmos/ibc-go/pull/1336) Adding Query/ConsensusStateHeights gRPC for fetching the height of every consensus state associated with a client.
* [\#276](https://github.com/cosmos/ibc-go/pull/276) Adding the Fee Middleware module v1
* (apps/29-fee) [\#1229](https://github.com/cosmos/ibc-go/pull/1229) Adding CLI commands for getting all unrelayed incentivized packets and packet by packet-id.
* (apps/29-fee) [\#1224](https://github.com/cosmos/ibc-go/pull/1224) Adding Query/CounterpartyAddress and CLI to ICS29 fee middleware
Expand Down
Loading