Closed ggrieco-tob closed 9 months ago
The recent update focuses on improving the handling of specific version formats in the etherscan.py
script. Specifically, it addresses a scenario where the version string includes a +
character, ensuring that such versions are correctly processed and interpreted by the system.
File | Change Summary |
---|---|
.../etherscan.py |
Modified _convert_version to correctly handle + in versions. |
🐰✨
In the realm of code, where versions intertwine,
A rabbit hopped in, making the etherscan shine.
With a tweak and a hop, it fixed the+
,
Now versions flow smoothly, without any fuss.
🌟🐾
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
crytic-compile fails to compile correctly contracts such as:
This is caused by the fact that the compiler version is
v0.7.6
, which does not contain any+
.Summary by CodeRabbit