-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ethermint chains not compatible with rly #983
Comments
I believe your issue is around using the We eventually plan to automatically pull this info from the chain-registry. If this solution is unrelated, please re-open this issue. |
@boojamya not about the key generation but rpc issue when trying to launch the relay |
Hey @zdeadex, can you confirm which version of the relayer you are using? Also, it may be beneficial to see your config as well as the command that you are using to initialize the relayer on startup. Going to re-open the issue for now as we discuss things further |
@jtieri Config below:
|
I didn't get a version number in your response, but If you are running the relayer pre Regardless, I can say that there should be no RPC timeout issues running the relayer against an Injective node but there is a known issue regarding tx parsing. lens currently lacks support for the Injective account and msg types so the relayer never successfully relays packets against Injective. You end up seeing logs like this instead.
Evmos should work fine though. We tried following a similar pattern as strangelove-ventures/lens#168 to add support for the Injective types but there seems to be some contention around the Injective SDK and the way they register the Amino codec types. |
@jtieri version: 2.0.0-rc4 |
using 2.1.2 now having I think the "good" error: |
Hello,
Tried to manage connection between chains like Injective, Evmos... using go relayer but it seems to oncounter RPC issues.
It is probably something related to the fact that they need something similar as Hermes configuration with the one line needed, for reminder:
address_type = { derivation = 'ethermint', proto_type = { pk_type = '/injective.crypto.v1beta1.ethsecp256k1.PubKey' } }
The text was updated successfully, but these errors were encountered: