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
Piltover will call both is_valid on the verifier contract with the DA fact, and also verify_attestation on the blobstream contracts in order to ensure a valid state update.
Since blobstream is not the only means by which an appchain can prove it's data commitment this should be a generic trait that verifies its input with a verify_attestation call.
The text was updated successfully, but these errors were encountered:
Piltover will call both
is_valid
on the verifier contract with the DA fact, and alsoverify_attestation
on the blobstream contracts in order to ensure a valid state update.Since blobstream is not the only means by which an appchain can prove it's data commitment this should be a generic trait that verifies its input with a
verify_attestation
call.The text was updated successfully, but these errors were encountered: