-
Notifications
You must be signed in to change notification settings - Fork 48
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
build: upgrade to Solidity v0.8.18 #316
Conversation
181f257
to
7c0bada
Compare
1968f5a
to
82c69c2
Compare
62647bf
to
b47f239
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find a place where you missed to change to "0.8.18".
Let's add the compiler version in the settings.json
file:
"solidity.compileUsingRemoteVersion": "v0.8.18"
b47f239
to
f9f3a3a
Compare
Done ✅ |
22da4f4
to
0977f4e
Compare
0977f4e
to
2b947e3
Compare
I will temporarily disable Solhint in the |
Description
Closes #314 and also implements named parameters for mappings.
NOTE: the CI lint job is failing but this is becauseprettier-plugin-solidity
doesn't support named mapping parameters just yet (prettier-solidity/prettier-plugin-solidity#800).UPDATE: prettier-plugin-solidity@1.1.2 just shipped, which added support for named mapping parameters (as per prettier-solidity/prettier-plugin-solidity#803). However, the lint job is still failing, because Solhint doesn't support named mapping params just yet (protofire/solhint#397).
Changelog