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 Merkle proof verification (existence & non-existence) for Comet Cairo contract #164

Open
Farhad-Shabani opened this issue Jan 4, 2025 · 0 comments
Assignees
Labels

Comments

@Farhad-Shabani
Copy link
Member

Summary

Implement the verification of existence (verify_membership) and non-existence (verify_non_membership) Merkle proofs for the CometBFT Cairo contract. These proofs typically accompany various IBC packets sent to a counterparty chain and are validated by the light client representing the source chain.
The task involves developing an implementation of the ICS-23 vector commitment in Cairo, potentially as a general-purpose library, and integrating it into the CometBFT client contract.

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

No branches or pull requests

1 participant