-
Notifications
You must be signed in to change notification settings - Fork 161
Modify finalize of DomainEvaluationAccumulator. #1246
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: lifted
Are you sure you want to change the base?
Conversation
49abe54 to
eb034d5
Compare
eefb2b0 to
38b80ce
Compare
eb034d5 to
b7a410c
Compare
38b80ce to
aa52a20
Compare
b7a410c to
440795d
Compare
aa52a20 to
7d53619
Compare
440795d to
33d634c
Compare
7d53619 to
3eff44a
Compare
69a16e0 to
20b6223
Compare
3eff44a to
4a48efa
Compare
b284e21 to
85a8803
Compare
0640bfd to
0726974
Compare
85a8803 to
eb2f5cb
Compare
alon-f
left a comment
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.
@alon-f reviewed 7 of 7 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Gali-StarkWare)
eb2f5cb to
904e82b
Compare
904e82b to
88a7b92
Compare
| let mut accumulator = DomainEvaluationAccumulator::<CpuBackend>::new( | ||
| alpha, | ||
| LOG_SIZE_BOUND, | ||
| LOG_SIZE_BOUND - 1, |
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.
The bound in the old version should also be LOG_SIZE_BOUND - 1, but the old finalize is not sensitive as long as the bound is larger than the actual max log size, so the test passes.
No description provided.