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
msg_sender
simulateTx
I would expect passing the correct AztecAddress to simulateTx to succeed, but it fails. Passing undefined instead works.
undefined
const simulated = await account.simulateTx( txRequest, true, // simulatePublic undefined, // fails with account.getAddress(), false, // skipTxValidation );
Error:
aztec-1 | [19:17:22.189] ERROR: pxe:service Error: Error: Circuit execution failed: Users cannot set msg_sender in first call
Reproduce with this code.
yarn
yarn deploy
h/t @olehmisar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would expect passing the correct AztecAddress to
simulateTx
to succeed, but it fails. Passingundefined
instead works.Error:
Reproduce with this code.
yarn
)yarn deploy
h/t @olehmisar
The text was updated successfully, but these errors were encountered: