Skip to content

v0.0.16

Compare
Choose a tag to compare
@alexroan alexroan released this 13 Mar 16:06
· 301 commits to dev since this release
d487944
  • Changed BTreeMap structure to include the exact source location as well as contract path and line number.
  • Print the exact src location in the json output for tool usage
  • Improvements to the Constants instead of Literals detector
  • id() method for AST Nodes
  • nyth accepts same flags as aderyn
  • AST traversal:
    • .parent() accessor
    • GetParent replaced with new "closest parent of type X"
    • Full parent chain retrieval
  • ADERYN_CLOC_SKIP=1 flag to skip line counting
  • Better framework error message