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

Cannot initialize IBC connection #27

Open
filippos47 opened this issue Nov 6, 2023 · 2 comments
Open

Cannot initialize IBC connection #27

filippos47 opened this issue Nov 6, 2023 · 2 comments

Comments

@filippos47
Copy link
Contributor

Occuring when trying to connect a wasm testnet with Babylon, both in local deployment and infra.

Error is probably due to outdated Babylon dependency, but nevertheless documenting it:

bash-5.1# /app/babylon-relayer --home /relayer/ tx connection wasmd
2023-11-06T14:45:49.846156Z	info	Failed to query clients	{"chain_id": "wasm-test-0", "attempt": 1, "max_attempts": 5, "error": "no concrete type registered for type URL /ibc.lightclients.localhost.v2.ClientState against interface *exported.ClientState"}
2023-11-06T14:45:49.857602Z	info	Failed to query clients	{"chain_id": "bbn-dev-5", "attempt": 1, "max_attempts": 5, "error": "no concrete type registered for type URL /ibc.lightclients.localhost.v2.ClientState against interface *exported.ClientState"}
...
Error: failed to create client on dst chain{wasm-test-0}: failed to find a matching client for the new client state: no concrete type registered for type URL /ibc.lightclients.localhost.v2.ClientState against interface *exported.ClientState
@SebastianElvis
Copy link
Member

Thanks for reporting! Yes I believe this will be gone after we bump Babylon dependency. However, the latest Babylon is now a private repo while babylon-relayer is public. To make them work together we either need to run Babylon based on the public repo for infra deployment or maintain a babylon-relayer-private. Thoughts?

@filippos47
Copy link
Contributor Author

I suggest that we maintain a babylon-relayer-private, as much as I don't want to add another private repo on our portfolio 😢
cc @vitsalis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants