-
Notifications
You must be signed in to change notification settings - Fork 94
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
Branch host-op-1.6 regression #218
Comments
The reason:
The logic of assignment end_offset is depending on k to set up the "MAX" number in the sense of space k. Propose: instead of silently allowing it and triggers an assertion in other place, it could be better directly asserting in imtable::new. Evidence: |
Will try to perform some pre-check in the dry-run. |
I am testing host-op with my handcraft repo: https://github.com/LiuJiazheng/rust-host-keccak256
and an example https://github.com/LiuJiazheng/zkWasm-rust
Both symptom are same:
dry run can pass but single-proof failed on imtable with bt:
My script
The text was updated successfully, but these errors were encountered: