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
RTAAI T text gets printed to stdout using the following code. Not only is this new, but it doesn't happen with other code examples
RTAAI T
function main () { let x: [u128; 1] = [1234567890]; x[0] *= 0u128; }
D:\Work\leo-playground>D:\Work\leo_repos\leo\target\release\leo clean && D:\Work\leo_repos\leo\target\release\leo run Done Finished in 1 milliseconds Build Starting... Build Compiling main program... ("D:\\Work\\leo-playground\\src/main.leo") RTAAI T 1234567890 Build Number of constraints - 128 Build Complete Done Finished in 8 milliseconds Setup Starting... RTAAI T 1234567890 Setup Saving proving key ("D:\\Work\\leo-playground\\outputs/leo-playground.lpk") Setup Complete Setup Saving verification key ("D:\\Work\\leo-playground\\outputs/leo-playground.lvk") Setup Complete Done Finished in 29 milliseconds Proving Starting... RTAAI T 1234567890 Proving Saving proof... ("D:\\Work\\leo-playground\\outputs/leo-playground.proof") Done Finished in 7 milliseconds Verifying Starting... Verifying Proof is valid Done Finished in 2 milliseconds
The text was updated successfully, but these errors were encountered:
gluax
Successfully merging a pull request may close this issue.
🐛 Bug Report
RTAAI T
text gets printed to stdout using the following code. Not only is this new, but it doesn't happen with other code examplesCode snippet to reproduce
Stack trace & error message
Your Environment
The text was updated successfully, but these errors were encountered: