-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Delete field Share::evals, extract data from eval_proofs instead (…
…#674) * add comments * new method Share::evals() replicates struct field Share::evals * delete field Shares::evals * comment out tests that are broken by deleting Share::evals * Share::evals() use extract_leaf * new test-only method Share::extract_leaf_mut, use it to restore tests * oops: use evals instead of share.evals()? * use MerkleProof::elem instead of doing it myself * move Share::extract_leaf_mut to test.rs, delete Share::extract_leaf * revise comment
- Loading branch information
Showing
2 changed files
with
89 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters