- Introduced Woke testing framework, see more info in the documentation
- Added
examples
directory with testing framework examples - Introduced enhanced compiler module with binary artifacts
- Changed default paths for storing the global config file and compiler binaries, files from old paths are automatically migrated
- Fixed Solidity import paths resolution with remappings
- Added new detectors:
- Empty Byte Array Copy compiler bug detector
- missing
return
detector msg.value
used in non-payable function detector- proxy and implementation contract selector clashes detector
- unsafe use of
tx.origin
detector - unused contracts detector
- Started using Poetry
- Fixes and stability improvements