Skip to content

Release v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 12:32
413089e

Changelog

  • Detectors:
    • HIGH: Experimental Encoder
    • HIGH: Storage array passed as memory won't be updated in storage
    • HIGH: Incorrect assembly shift parameter order
    • HIGH: Multiple constructors
    • HIGH: Reused Contract name
    • HIGH: Nested structs in mappings pre-0.5.0
    • HIGH: Dynamic array length assignment
    • HIGH: Avoid selfdestruct
    • HIGH: Return function inside Yul block
    • HIGH: Incorrect caret operator
    • HIGH: State variable shadowing
  • Yul: YulIdentifier, YulFunctionCall and YulLiteral support in workspace context
  • Fix load_source_unit parsing older compiler versions where the json is printed over many lines
  • Remove unnecessary cargo test runs in CI
  • // aderyn-ignore and // aderyn-ignore-next-line
  • AST code refactor
  • Fix EventDefinition at SourceUnit level error (Fixes #599 )
  • CI optimizations

What's Changed

Full Changelog: v0.1.5...v0.1.6