Skip to content

[SMRT] relax version requirements for interfaces and libraries #16660

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
beeb opened this issue Mar 4, 2025 · 0 comments
Open

[SMRT] relax version requirements for interfaces and libraries #16660

beeb opened this issue Mar 4, 2025 · 0 comments

Comments

@beeb
Copy link

beeb commented Mar 4, 2025

Description
The interfaces and libraries for data-streams use a pinned version (at the moment 0.8.19) which make them unusable in most projects that want to import them as dependencies. This is because it forces dependents to use the same version, which is often not possible.

Basic Information
The interfaces and libraries which have a too restrictive version pragma are here:

https://github.com/smartcontractkit/chainlink/tree/develop/contracts/src/v0.8/llo-feeds

A suggestion would be to use ^0.8.0 or even >=0.8.0 for interfaces.

Steps to Reproduce
N/A

Additional Information
N/A

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

1 participant