srdtrk / cw-ica-controller

This is a CosmWasm implementation of an ICS-27 interchain accounts controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove stargate query support

srdtrk opened this issue · comments

Description

I've added stargate support for querying the counterparty_connection_id in case the user provides an empty version string.
This stargate query is not supported on every chain. I'd rather require the user to provide this (which is the case for contract created channels since v0.2.0). This feature is also harder to test since they don't work in every environment. I think this feature should be removed