This repository has been archived by the owner on May 28, 2021. It is now read-only.
[contracts] address solc compiler warnings #973
Labels
Enhancement
New feature or request
p3: Features/refactors
Larger enhancements driven by user needs + Refactors to improve bad patterns.
Ideally we'd pay attention to solc compiler warnings to warn us of any issues.
Contracts are much harder to upgrade than other parts of our code, it'll be less risky for us if we notice & address issues as early as possible & compiler warnings are a big help w that.
Currently, there are so many warnings that any meaningful signal is lost to noise.
This will require us to upgrade to solidity v0.6, if this requires too many syntax changes or risks breaking anything then we should decrease the priority of this issue.
The text was updated successfully, but these errors were encountered: