-
Notifications
You must be signed in to change notification settings - Fork 37
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
Compiling with warnings breaks interaction page #102
Comments
Hi @Cygnusfear! Yeap I can see the issue. If you are trying to actually run a constant function, you need to add the constant modifier to the function like this: function lolWut() public view returns(string) {
return "lulwut";
} But anyway, the scenario you presented should not happen and we will need to check out what could be happening. Thanks for reporting it! |
👍Yes, setting the proper modifier will fix the issue (constant/view etc) And I love the IDE, the way you approached the UX is nice. Would be great if we can load projects from localhost a la remixd! |
This issue was fixed in #105 |
Environment/Browser
Chrome latest
Description
Not setting pure on lolWut function breaks contract interaction
Steps to reproduce
Expected result
green button
lolwut
Actual result
yellow button
Sorry, that page could not be found.
Reproducible
I have a feeling we got a winner here
The text was updated successfully, but these errors were encountered: