synthetix
synthetix copied to clipboard
Upgrade to Solidity 6
-
We're now using an experimental feature for returning structs with the BinaryOptionsMarketData. This was to avoid stack to deep errors.
-
This feature would be useful inside the exchanger and other contracts dealing with passing structs around
-
[ ] Investigate upgrading contracts to pragma v6
-
[ ] Identify other features of v6 that would be beneficial to upgrade to
-
[ ] PR to refactor Exchanger.sol to use new feature
Any plans to upgrade to Solidity 0.8.x?