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 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.
The text was updated successfully, but these errors were encountered:
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 specificallyverify_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.
The text was updated successfully, but these errors were encountered: