-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove RPCs, Request types, add mock responses until removed f…
…rom dependency. (#6433) * chore: remove RPCs, Request types, add mock responses until removed from dependency. * lint: make lint-fix * chore: fix proto issues --------- Co-authored-by: chatton <[email protected]>
- Loading branch information
1 parent
0beaba6
commit e67e30b
Showing
5 changed files
with
100 additions
and
1,210 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package types | ||
|
||
// TODO: https://github.com/cosmos/ibc-go/issues/6421#issuecomment-2137516426 | ||
// Kept around due to dependency. Empty and useless and ideally dropped before v9. | ||
type ( | ||
QueryDenomTracesResponse struct{} | ||
QueryDenomTraceResponse struct{} | ||
) |
Oops, something went wrong.