-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ADR 009:
ChainEndpoint
and ChainHandle
methods standard…
…ization (#2200) * QueryChannelClientStateRequest domain type * QueryChannelClientStateRequest domain type * QueryChannelRequest domain type * QueryChannelClientStateRequest: remove unused Protobuf * clippy * PageRequest domain type * QueryClientStatesRequest domain type * QueryClientStateRequest domain type * QueryConsensusStatesRequest domain type * bunch of domain types * bunch of domain types * rest of domain types * changelog * Update relayer-cli/src/commands/misbehaviour.rs Co-authored-by: Romain Ruetschi <[email protected]> * remove extraneous `request` vars * Use MerkleProof domain type * Remove `PacketState` return from queries * Use existing Sequence domain type Co-authored-by: Romain Ruetschi <[email protected]>
- Loading branch information
Showing
48 changed files
with
1,349 additions
and
795 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/relayer/2192-adr009-impl.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,2 @@ | ||
- Implement ADR 9: add domain type for request messages that are passed to query | ||
functions ([#2192](https://github.com/informalsystems/ibc-rs/issues/2192)) |
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
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
Oops, something went wrong.