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
aztec-cli
Currently when args are not provided to send and deploy methods of aztec-cli we get this error:
Instead of this error list the required arguments and their types. They can be extracted from ABI so it should be easy to do.
The text was updated successfully, but these errors were encountered:
feat: listing expected args in CLI (#2423)
b2243ad
Fixes [#2382](#2382) CLI now lists out what args were expected: > Error in command execution > Error: Invalid args provided. > Expected args: [initial_supply: field, owner: field] > Received args: 1000
Successfully merging a pull request may close this issue.
Currently when args are not provided to send and deploy methods of
aztec-cli
we get this error:Instead of this error list the required arguments and their types. They can be extracted from ABI so it should be easy to do.
The text was updated successfully, but these errors were encountered: