Skip to content
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

Implement Comet header verifier in Cairo #211

Open
Tracked by #18
Farhad-Shabani opened this issue Jan 20, 2025 · 0 comments
Open
Tracked by #18

Implement Comet header verifier in Cairo #211

Farhad-Shabani opened this issue Jan 20, 2025 · 0 comments

Comments

@Farhad-Shabani
Copy link
Member

Context

Implement a Comet header verifier to validate untrusted headers based on a previously verified block. The logic should mirror the existing implementation in the tendermint-light-client-verifier crate (More specifically verify_update_header).
It might be more appropriate to house all header verification logic and related data structures in a dedicated Cairo library. This library could also include misbehavior checks, which will be accomplished as a separate issue.

The implementation should be thoroughly tested with unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant