Skip to content

Allow compilation with later solidity versions #441

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

Open
jhuntbach-bc opened this issue Dec 31, 2024 · 0 comments
Open

Allow compilation with later solidity versions #441

jhuntbach-bc opened this issue Dec 31, 2024 · 0 comments
Assignees

Comments

@jhuntbach-bc
Copy link

The v1 solidity files all have a pragma solidity 0.8.7 and v2 has pragma solidity 0.8.26. Could we add a ^ before the version numbers to allow compilation with later versions? This would allow other project to import these files and compile them with whatever latest version they're using, rather than having a constraint on using the exact version specified.

This comment suggests that the v2 contracts were meant to have a ^ anyway:
#156 (comment)

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

No branches or pull requests

2 participants