Skip to content
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

Change DataTypes.sol solidity version to ^0.8.0 to support all 0.8.x #738

Closed
cesarhuret opened this issue Nov 24, 2022 · 0 comments · Fixed by #762
Closed

Change DataTypes.sol solidity version to ^0.8.0 to support all 0.8.x #738

cesarhuret opened this issue Nov 24, 2022 · 0 comments · Fixed by #762

Comments

@cesarhuret
Copy link

cesarhuret commented Nov 24, 2022

Currently, the DataTypes.sol file is using pragma solidity 0.8.10; whereas all other files like IPool.sol are using ^0.8.0.
When trying to compile contracts using ^0.8.15, I get the following error:

image

Would it be possible to change the solidity version for this too, to support other versions?

File found in: @aave/core-v3/contracts/protocol/libraries/types/DataTypes.sol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants