Custom on chain Message verification #467
AntonAndell
started this conversation in
General
Replies: 1 comment 4 replies
-
As currently designed, you can write you own light client in your own crate; no need to upstream it to ibc-rs (actually we don't want more light clients in the crate 🙂). Just implement the Is this what you meant by "official"? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking to deploy a light client in wasmd but do not want to go through the process of supplying a official light client. Would it be possible to modify this library to allow for custom verification of IBC messages? Then use the modified library as usual for IBC modules.
Beta Was this translation helpful? Give feedback.
All reactions