-
Notifications
You must be signed in to change notification settings - Fork 103
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
Update to latest version of Solidity #244
Comments
We always end up running into this and would be much better to concentrate on #245 so we have a good way to actually be smart about it and use the right solidity version. |
I was sure I already updated to 0.6 somewhere? Or am I being very forgetful? |
@ChrisChinchilla nope, as I mentioned, the project is currently hardcoded to use |
I don't deny that, I just feel that I submitted an update to this already 🤔 |
Maybe it was to 0.5.x |
Summary
Currently the compiler is hardcoded to
0.5.10
& all templates use that version.Let's update the compiler & the templates to use the latest version (
0.6.8
).Motivation
Since Ethereum Studio's core purpose is to onboard Ethereum developers, we should be using the latest & best (stable) tools available. We shouldn't teach approaches & patterns that will change when they go to set up a local dev environment.
Describe alternatives you've considered
Additional context
None
The text was updated successfully, but these errors were encountered: