issues
search
ApeWorX
/
py-solc-x
Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
141
stars
49
forks
source link
feat: make `select_pragma_version` public [APE-1530]
#162
Closed
antazoey
closed
1 year ago
antazoey
commented
1 year ago
What I did
feat: make
select_pragma_version
public
fix: publish types (missing py.typed file)
chore: delete unused helper method
How I did it
How to verify it
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows
Conventional Commit
standard (will be automatically included in the changelog)
What I did
select_pragma_version
publicHow I did it
How to verify it
Checklist