crytic / crytic/crytic-compile
Refactor library patching
Open
- Dominant language
- Python
- Stars
- 197
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
I think that this code was made at a time where crytic-compile was lacking the exact solc version used for compilation
https://github.com/crytic/crytic-compile/blob/256f04dcf8faeedffd58f0f888f93d2b6fd6975a/crytic_compile/source_unit.py#L263-L350
Now that we have this information, we can rewrite the lookup to use the correct schema based on the solc version
Contributor guide
Assessment
This issue has not been assessed yet.