-
Notifications
You must be signed in to change notification settings - Fork 99
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
Hermes compatibility #1423
Comments
Thanks for taking an interest in ibc-rs.
also, recent versions of hermes (
I am not sure what exactly you plan to do. Apart from this technical constraint, you also need to have a finality gadget and light client for your blockchain (ledger). This is a general requirement of |
Thanks for the reply. We know that Bitcoin does not support IBC. My plan is to leverage a set of external validators which implement the IBC module (that's why I want to use Therefore, this forces me to use Also, can I ask one more question? Where is the IBC state stored? Tendermint, right? The relayer relayer IBC packets, packet proofs, and Tendermint state (client state). Then, to verify if the packets are authentic, they use the LC state (of Tendermint) to verify if the packets are stored there. Is this correct? I know that Bitcoin does not support IBC, so we developed this solution where the IBC proofs are going to be stored on Bitcoin (using merkle trees or something). The problem is that Then, why does Thank you and have a good weekend. |
I am planning on using this module to support a non-IBC connected blockchain, using an external state-machine that uses this module to bring the non-IBC connected blockchain to the IBC ecossystem.
I am still not sure how much can I use of this, but my question is about the Hermes relayer.
The blockchain is Bitcoin, which is not part of the Cosmos ecossystem. I've read that Hermes only supports Cosmos chains.
Is my approach viable?
Thank you in advance.
The text was updated successfully, but these errors were encountered: