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
Cairo version: Latest
Current behavior: In testing context, deploy_syscall doesn't test if a contract is already deployed at address. Is this intended behavior ?
deploy_syscall
Expected behavior: I'd expect a fail_syscall!(b"CONTRACT_ALREADY_DEPLOYED");
fail_syscall!(b"CONTRACT_ALREADY_DEPLOYED");
Related code:
cairo/crates/cairo-lang-runner/src/casm_run/mod.rs
Lines 960 to 969 in c064d5e
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Cairo version:
Latest
Current behavior:
In testing context,
deploy_syscall
doesn't test if a contract is already deployed at address.Is this intended behavior ?
Expected behavior:
I'd expect a
fail_syscall!(b"CONTRACT_ALREADY_DEPLOYED");
Related code:
cairo/crates/cairo-lang-runner/src/casm_run/mod.rs
Lines 960 to 969 in c064d5e
The text was updated successfully, but these errors were encountered: