-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
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
Solang should not ask functions that contain address.call
to be declared as view
#997
Labels
bug
Something isn't working
Comments
LucasSte
changed the title
Solang should not ask functions that contain 'address.call' to be declared as view
Solang should not ask functions that contain Mar 16, 2023
address.call
to be declared as view
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
May 29, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
May 31, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 1, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 2, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 2, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 15, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
to seanyoung/solang
that referenced
this issue
Jun 15, 2023
…ult mutability Neither option should produce a diagnostic. Fixes hyperledger-solang#997 Signed-off-by: Sean Young <[email protected]>
seanyoung
added a commit
that referenced
this issue
Jun 16, 2023
…ult mutability (#1338) Neither option should produce a diagnostic. Fixes #997 Signed-off-by: Sean Young <[email protected]>
stainless-app bot
pushed a commit
to 2lambda123/hyperledger-solang
that referenced
this issue
Feb 4, 2024
…ult mutability (#1338) Neither option should produce a diagnostic. Fixes hyperledger-solang/solang#997 Signed-off-by: Sean Young <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Functions that modify the state, like the SPL-token
mint_to
, are notview
functions, but the compiler warns that they can be declared as view.Example:
Warning:
The text was updated successfully, but these errors were encountered: