forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 387
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
witness assignment of sha256 circuit has bug #1081
Comments
Has been fixed:
|
lispc
pushed a commit
that referenced
this issue
Jan 16, 2024
* reproduce phase issues in sha256_circuit * fix issues * fmt and clippy * fix gate issue --------- Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov
pushed a commit
to LimeChain/scroll-zkevm-circuits
that referenced
this issue
Jan 19, 2024
* reproduce phase issues in sha256_circuit * fix issues * fmt and clippy * fix gate issue --------- Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov
pushed a commit
to LimeChain/scroll-zkevm-circuits
that referenced
this issue
Jan 19, 2024
* reproduce phase issues in sha256_circuit * fix issues * fmt and clippy * fix gate issue --------- Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov
pushed a commit
to LimeChain/scroll-zkevm-circuits
that referenced
this issue
Jan 19, 2024
* reproduce phase issues in sha256_circuit * fix issues * fmt and clippy * fix gate issue --------- Co-authored-by: kunxian xia <[email protected]>
vladimir-trifonov
pushed a commit
to LimeChain/scroll-zkevm-circuits
that referenced
this issue
Jan 24, 2024
* reproduce phase issues in sha256_circuit * fix issues * fmt and clippy * fix gate issue --------- Co-authored-by: kunxian xia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What command(s) is the bug in?
RUST_LOG=debug cargo test --release --package zkevm-circuits --lib vk_stable -- --nocapture
Describe the bug
Some 1st phase column's value is assigned to be
None
which must not be the case.Concrete steps to reproduce the bug. If it's able reproduce via testool, please share
test_id
from jenkins reportUse the branch
bug/sha256
and then run the above cmd.The text was updated successfully, but these errors were encountered: