-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add oldest_unconfirmed_vsc query (#1740)
* fix logging in ibc_module.go * update proto files * add query to keeper * add CLI query * add changelog entry * change name to oldest_unconfirmed_vsc * update changelog entry * fix error messages * fix UT * adding comment for clarity * QueryOldestUnconfirmVsc -> QueryOldestUnconfirmedVsc * improve UT (cherry picked from commit 60c4fd0) # Conflicts: # .changelog/v3.2.0/features/consumer/1164-provider-info-query.md
- Loading branch information
1 parent
c93b2f4
commit faf6151
Showing
12 changed files
with
709 additions
and
94 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/provider/1740-oldest-unconfirm-vsc-query.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce the gRPC query `/interchain_security/ccv/provider/oldest_unconfirmed_vsc/{chain_id}` | ||
and CLI command `interchain-security-pd q provider oldest_unconfirmed_vsc` | ||
to retrieve the send timestamp of the oldest unconfirmed VSCPacket by chain id. | ||
([\#1740](https://github.com/cosmos/interchain-security/pull/1740)) |
4 changes: 4 additions & 0 deletions
4
.changelog/v3.2.0/features/consumer/1164-provider-info-query.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Introduce the gRPC query `/interchain_security/ccv/consumer/provider-info` | ||
and CLI command `interchain-security-cd q ccvconsumer provider-info` | ||
to retrieve provider info from the consumer chain. | ||
([\#1164](https://github.com/cosmos/interchain-security/pull/1164)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.