-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create witness and blob preloader #31
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,5 @@ | |||
# `compute-kzg-proof` | |||
|
|||
This is the temporary crate for generating a kzg proof using eigenda blob. In the future, such proof is carried inside the blob header. Then this crate can be removed. |
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.
wdym by "inside the blob header"?
Also is there anything preventing this other implementation right now? Or is it just that its harder and you didn't want to do it now?
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.
I believe @litt3 is working on it in proxy
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.
@bxue-l2 Are you referring to the addition of pi
to the BlobCommitment
?
That's on my list of TODOs, but not at the top, FYI
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.
don't think it is urgent
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.
Do we have an issue tracking that? best to link to that issue than to leave vague comments. Then people know exactly what's up and how to track the progress.
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.
There is an issue, but I suppose the question is whether it's appropriate to link private linear issues in a public forum. Seems a bit odd
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.
Definitely, which is why we should always be creating issues on github first, and linear will import them. Isn't this the issue? Layr-Labs/eigenda#1037
Co-authored-by: Samuel Laferriere <[email protected]>
Co-authored-by: Samuel Laferriere <[email protected]>
Co-authored-by: Samuel Laferriere <[email protected]>
This PR overwrites #24 and #28 .
This PR introduces two new objects
Later PRs: