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

[FEAT] hard-pinned versioning makes for poor libraries #13615

Open
PatrickAlphaC opened this issue Jun 18, 2024 · 0 comments
Open

[FEAT] hard-pinned versioning makes for poor libraries #13615

PatrickAlphaC opened this issue Jun 18, 2024 · 0 comments

Comments

@PatrickAlphaC
Copy link
Contributor

Description
Right now, there are several smart contracts with strict versioning types, for example in the VRF SubscriptionAPI:

pragma solidity 0.8.19;

This is an issue because it's the way the documentation instructs users interface with VRF however, it means that all smart contracts that interact with Chainlink VRF must use solidity version 0.8.19. This of course is very restrictive for developers.

The Request
Please always make smart contracts intended to be used as libraries with loose solidity versioning, for example ^0.8.19, otherwise people with different solidity versions will have a harder time working with these packages.

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