Features & improvements:
- implemented
--no-loggingCLI option [cli] - implemented
--no-headerCLI option forwake print[cli] wake up pytypesnow accepts paths to generate pytypes for [cli]- absolute paths are now supported in compilation [core]
exclude_pathsandignore_pathsare now set accordingly when importing Foundry config [core]evm_versionis now auto-downgraded with a warning if not supported by the current solc [core]- added a database of known contracts and implemented automatic ignoring of detections in such contracts [static analysis]
Fixes:
- fixed multiple sources of memory leaks [core]
- fixed compilation crash on file removal regression [core]
- fixed IR
Moduletype and its attributes [core] - fixed progressive compilation (recompilation of all files except for errored ones) regression [language server]
- fixed while loops in control flow graphs [static analysis]
- fixed injected
IERC20Metadata.solcompilation with older versions of solc [testing & deployment framework]