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

Return full ChannelInfo on Ibc ListChannels query #824

Merged
merged 2 commits into from
Mar 9, 2021
Merged

Conversation

ethanfrey
Copy link
Member

Minor change inspired from work in wasmd: CosmWasm/wasmd#439 (comment)

@@ -89,7 +89,7 @@ pub struct PortIdResponse {

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]
pub struct ListChannelsResponse {
pub channels: Vec<IbcEndpoint>,
pub channels: Vec<IbcChannel>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update

Lists all (portID, channelID) pairs that are bound to a given port

from IbcQuery::ListChannels accordingly?

@webmaster128
Copy link
Member

Taking over this branch now

@webmaster128 webmaster128 added the automerge See mergify.io label Mar 9, 2021
@mergify mergify bot merged commit 5dfc189 into main Mar 9, 2021
@mergify mergify bot deleted the adjust-ibc-queries branch March 9, 2021 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge See mergify.io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants