Closed rach-id closed 8 months ago
The update introduces a crucial clarification in the DAVerifier
library, specifically regarding the verification process. It emphasizes that while the process checks the validity of proofs for certain functions, it does not authenticate these proofs to Blobstream. This distinction is vital for users to understand the scope and limitations of the verification process within the library.
File Path | Change Summary |
---|---|
src/lib/verifier/DAVerifier.sol |
Added clarification note on the verification process not authenticating proofs to Blobstream but checking validity for specific functions. |
🐇✨
In the land of code and mist,
A clarification was added, not to be missed.
For verification's truthful kiss,
Does not to Blobstream's door assist.
But checks the proofs, as they exist,
Ensuring integrity in our midst.
🌟📜🐾
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Overview
Since users might find it a bit confusing to know the difference between the two methods, I Added a comment to emphasize that difference.
Checklist
Summary by CodeRabbit
DAVerifier
library, highlighting its scope and limitations.