You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 fortype URL /ibc.lightclients.localhost.v2.ClientState against interface *exported.ClientState
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: