-
Notifications
You must be signed in to change notification settings - Fork 93
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
Dumb down FRI #529
Dumb down FRI #529
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @spapinistarkware and the rest of your teammates on Graphite |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #529 +/- ##
==========================================
- Coverage 94.33% 94.18% -0.16%
==========================================
Files 68 68
Lines 10290 10229 -61
Branches 10290 10229 -61
==========================================
- Hits 9707 9634 -73
- Misses 513 525 +12
Partials 70 70 ☔ View full report in Codecov by Sentry. |
4e92a87
to
15f1943
Compare
f28ec8a
to
9fd7e97
Compare
15f1943
to
8be977f
Compare
9fd7e97
to
b9fbca3
Compare
8be977f
to
5018f1d
Compare
b9fbca3
to
f6dc248
Compare
5018f1d
to
78b3282
Compare
f6dc248
to
0013465
Compare
78b3282
to
fe2a9d6
Compare
14c3f19
to
f2b1290
Compare
fe2a9d6
to
9a69392
Compare
f2b1290
to
683b31e
Compare
9a69392
to
89b58a1
Compare
1f0091d
to
bcfc8b3
Compare
89b58a1
to
4e95a34
Compare
bcfc8b3
to
9d3f2ab
Compare
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.
Reviewed 1 of 10 files at r1, 3 of 7 files at r2, all commit messages.
Reviewable status: 4 of 13 files reviewed, all discussions resolved
4e95a34
to
494fd27
Compare
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.
Reviewed 3 of 4 files at r5, all commit messages.
Reviewable status: 13 of 14 files reviewed, 1 unresolved discussion (waiting on @spapinistarkware)
src/core/commitment_scheme/verifier.rs
line 103 at r5 (raw file):
tree.verify(queries, queried_values, decommitment) }) .0
What is this value?
467dd27
to
4dcef9e
Compare
2c85fba
to
11cec6b
Compare
4dcef9e
to
e335956
Compare
11cec6b
to
81c05a6
Compare
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.
Reviewable status: 8 of 14 files reviewed, 1 unresolved discussion (waiting on @andrewmilson)
src/core/commitment_scheme/verifier.rs
line 103 at r5 (raw file):
Previously, andrewmilson (Andrew Milson) wrote…
What is this value?
It's a TreeVec. .0 accesses the inner Vec.
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.
Reviewed 1 of 4 files at r5, 5 of 5 files at r7.
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @spapinistarkware)
e335956
to
ec4c606
Compare
81c05a6
to
b692b13
Compare
ec4c606
to
332c978
Compare
b692b13
to
4559157
Compare
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.
Reviewed 1 of 1 files at r8, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)
332c978
to
2282529
Compare
4559157
to
dcfe7e9
Compare
dcfe7e9
to
b0d6532
Compare
Merge activity
|
This change is