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
Reproducer:
In a new project add the following requirement:
clarinet requirements add SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2
Then create a contract with
(define-read-only (contract-call-literal-ok) (ok (contract-call? 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2 new 0x none)) (define-constant hk-cursor-v2 'SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2) (define-public (contract-call-constant-ok) (ok (contract-call? hk-cursor-v2 new 0x none)) (define-read-only (contract-call-constant-nok) (ok (contract-call? hk-cursor-v2 new 0x none))
The text was updated successfully, but these errors were encountered:
Error experienced in both clarinet check and vsce:
clarinet check
vsce
error: expecting read-only statements, detected a writing operation
Sorry, something went wrong.
Blocked by stacks-network/stacks-core#4369
I'm removing this issue from the current iteration
No branches or pull requests
Reproducer:
In a new project add the following requirement:
clarinet requirements add SP2J933XB2CP2JQ1A4FGN8JA968BBG3NK3EKZ7Q9F.hk-cursor-v2
Then create a contract with
The text was updated successfully, but these errors were encountered: