-
Notifications
You must be signed in to change notification settings - Fork 94
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
fix: make client response fields public + remove reduntant QueryConnectionChannelsRequest
#1139
fix: make client response fields public + remove reduntant QueryConnectionChannelsRequest
#1139
Conversation
…ctionChannelsRequest
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1139 +/- ##
==========================================
+ Coverage 64.02% 64.06% +0.03%
==========================================
Files 217 217
Lines 21061 21049 -12
==========================================
Hits 13484 13484
+ Misses 7577 7565 -12 ☔ View full report in Codecov by Sentry. |
Good catches! Additionally, I realized:
|
From the host's perspective, we definitely only need the conversion direction you mentioned. However, it's crucial that these types also cater to relayers, so we'll need to ensure the other direction is well-supported too. Regarding |
Ah. I see. In that case, I am totally fine implementing these. But I mentioned this because this requirement is not maintained for all domain<>raw types. Shouldn't we implement |
Correct. Currently, we haven't been able to implement that for all cases. I've explained the reason in the ibc-query's README. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✨
@Farhad-Shabani Thanks for your responses. Now everything is good 🙂 |
…ctionChannelsRequest (#1139)
Closes: #XXX
Description
As a follow-up to PR #1129, this PR fixes some small inconsistencies.
PR author checklist:
Reviewer checklist:
Files changed
in the GitHub PR explorer.