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

WIP (fuzz): investigate under constrained found in merkle sum tree chip #1

Open
zeroqn opened this issue Feb 26, 2024 · 0 comments
Open

Comments

@zeroqn
Copy link
Collaborator

zeroqn commented Feb 26, 2024

Describe the bug
A clear and concise description of what the bug is.

main.rs
replace
main.rs from summa-analysis

To Reproduce
Steps to reproduce the behavior:

cargo run
4 (mode 4)
1 (verify the circuit for a specific public input)
99 (I-0-0 next left hash)
10 (I-1-0 next right hash)
1 (I-2-0 swap bit)

Expected behavior
A clear and concise description of what you expected to happen.

sat

Additional context
Add any other context about the problem here.

MST chip is wrapped in FuzzMSTChip

halo2-analyzer found 5 unconstrained cells

unconstrained cell in "assign nodes hashes per merkle tree level" region: Column { index: 1, column_type: Advice } (rotation: 0) -- very likely a bug.
unconstrained cell in "assign nodes hashes per merkle tree level" region: Column { index: 1, column_type: Advice } (rotation: 0) -- very likely a bug.
unconstrained cell in "assign nodes hashes per merkle tree level" region: Column { index: 0, column_type: Advice } (rotation: 0) -- very likely a bug.
unconstrained cell in "assign nodes hashes per merkle tree level" region: Column { index: 2, column_type: Advice } (rotation: 0) -- very likely a bug.
unconstrained cell in "assign nodes hashes per merkle tree level" region: Column { index: 0, column_type: Advice } (rotation: 0) -- very likely a bug.
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

No branches or pull requests

1 participant