You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: