Closed chriseth closed 4 years ago
I don't think we have a way currently to support multiple Solidity versions in parallel 🤔 @chriseth do you by any chance have an example for that? As far as I can see openzepplin handles this via their releases, so no support for multiple version within the same version.
The only way I see is using different branches or subdirectories. In order to keep the update-lag as small as possible, especially tools/libraries have to update quickly, and I don't see this being compatible with feature-based releases in the libraries.
@fleupold should be update this and get it to merge?
Yes happy to do that. I'm off tomorrow but can get back to it next week.
Superseeded by #25
Because I was just working in the area, I upgraded the contracts to be Solidity 0.7.0-compatible.
Of course, truffle cannot yet test it so this is not yet mergeable.
Do you have a way to support multiple versions of Solidity in parallel?