We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Any plans to upgrade to Solidity 0.8.x?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: