-
Notifications
You must be signed in to change notification settings - Fork 226
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
light-client: Fork Detection Evidence Submission Review #415
Comments
More details described in #499 - maybe we can consolidate these two issues. |
Yes. We should consolidate the issues, and plan for moving forward. There is a related point: For IBC, the tendermint lightclient (ICS 07, but the text is outdated compared to the code), expects a different form of evidence than the one an on-chain full node expects. For the relayer computing this evidence is in general more complicated due to the limited information at the handler, and the limited interface. So this issue needs to be addressed
|
The light client is expected to submit different evidence to full nodes according to: https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-047-handling-evidence-from-light-client.md
We need to go through our implementation of the light client and ensure that:
The text was updated successfully, but these errors were encountered: