-
Notifications
You must be signed in to change notification settings - Fork 2
via fix da: add commitment revalidation on Celestia blob retrieval #335
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
base: main
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @romanornr, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request implements a crucial security enhancement by adding cryptographic verification to all blob data retrieved from the Celestia DA layer. This ensures the integrity and authenticity of the data, safeguarding the L2 state from potential corruption or manipulation by compromised DA nodes, thereby bolstering the overall security and reliability of the system. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces an important security enhancement by adding cryptographic verification for blobs retrieved from the Celestia DA layer. The core logic for commitment verification is sound. However, I've identified a few areas for improvement. The new tests for the verification logic don't directly test the new function, making them less effective. I've suggested a small refactor to the verification function to improve its testability and provided updated tests. Additionally, there's a minor issue with an unused import.
f7c10ab to
b200e56
Compare
b200e56 to
540b5f6
Compare
What ❔
Adds cryptographic verification of blob data retrieved from Celestia DA layer to prevent state corruption from malicious or faulty DA nodes
Why ❔
When retrieving blobs via
get_inclusion_data(), the commitment was not revalidated against the blob content. A bad DA node could return different data than originally committed leading to:Build is failing tho
Environment issue rocksdb locally on my pc
Checklist
zkstack dev fmtandzkstack dev lint.