Skip to content
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

chore: add link to where the code matches the consensus-specs #218

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

kevaundray
Copy link
Contributor

No description provided.

@@ -101,6 +105,8 @@ impl DASContext {
/// Use erasure decoding to recover the polynomial corresponding to the cells
/// that were generated from KZG multi point prover.
///
/// The matching function in the specs is: https://github.com/ethereum/consensus-specs/blob/13ac373a2c284dc66b48ddd2ef0a10537e4e0de6/specs/_features/eip7594/polynomial-commitments-sampling.md#recover_cells_and_kzg_proofs
///
// Note: The fact that we recover the polynomial for the bit-reversed version of the blob
// is irrelevant.
pub fn recover_cells_and_proofs(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to change the name of this in another PR, as its breaking

@kevaundray kevaundray added this pull request to the merge queue Aug 15, 2024
Merged via the queue into master with commit d8b124a Aug 15, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant