We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In trace.cpp, this line of code in constrain_external_call():
write_slice_to_memory(resolved_success_offset, AvmMemoryTag::U8, std::vector<FF>{ hint.success });
needs to be U1.
Simulator relevant code: https://github.com/AztecProtocol/aztec-packages/blob/master/yarn-project/simulator/src/avm/opcodes/external_calls.ts#L120
The text was updated successfully, but these errors were encountered:
feat(avm)!: cleanup CALL (#9551)
26adc55
* (Static)CALL now returns just the success bit * Properly returns U1 instead of U8 * Removed FunctionSelector Fixes #8998. Part of #9061.
dbanks12
Successfully merging a pull request may close this issue.
In trace.cpp, this line of code in constrain_external_call():
write_slice_to_memory(resolved_success_offset, AvmMemoryTag::U8, std::vector<FF>{ hint.success });
needs to be U1.
Simulator relevant code:
https://github.com/AztecProtocol/aztec-packages/blob/master/yarn-project/simulator/src/avm/opcodes/external_calls.ts#L120
The text was updated successfully, but these errors were encountered: