-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add support for UpdateClient
to hyperspace relayer abstraction
#863
Comments
I assume the hyperspace relayer must have client update functionality built in somehow as there is already successful happy path transfer tests using cosmos chains <-> polkadot. I'm guessing that it is just not directly exposed via a CLI? |
Doesn't look like there's an In the meantime, here's what's exposed: https://github.com/ComposableFi/composable-ibc/blob/master/hyperspace/README.md#running-hyperspace---cli-interface |
Thanks, I'll open an issue upstream as well 👍 |
Once upstream adds it we are happy to add it in. Closing since it is out of our control for the time being. |
Summary / Feature Request
Add support for ibc client updates using the hyperspace relayer implementation.
Essentially, implement this:
https://github.com/strangelove-ventures/interchaintest/blob/main/relayer/hyperspace/hyperspace_commander.go#L224-L226
The text was updated successfully, but these errors were encountered: