You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently getting a situation where some aztec contracts are having missing witness assignments: AztecProtocol/aztec-packages#9488
As a final compilation step we should add a check where we ensure that all opcodes are solvable. Starting from the known set of input witnesses we can ensure that all inputs are known for each opcode by the time we reach it, adding the outputs of that opcode to the new set of known witnesses.
This will ensure that there's continuity in the ACIR circuits we generate without needing to know the inputs.
The text was updated successfully, but these errors were encountered:
We're currently getting a situation where some aztec contracts are having missing witness assignments: AztecProtocol/aztec-packages#9488
As a final compilation step we should add a check where we ensure that all opcodes are solvable. Starting from the known set of input witnesses we can ensure that all inputs are known for each opcode by the time we reach it, adding the outputs of that opcode to the new set of known witnesses.
This will ensure that there's continuity in the ACIR circuits we generate without needing to know the inputs.
The text was updated successfully, but these errors were encountered: