Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@tintinweb tintinweb released this 13 Oct 11:08
· 9 commits to master since this release

Version 0.2.1

  • several improvements to the caching logic to optimize the cache from growing indefinitely and optimize the memory footprint and the overall performance - #2
  • new logic to resolve identifiers inherited from other contracts, and imported source units (structs and enums) - #2
  • new logic needed to compute function signatures from a function definition node in the AST - #2
  • new funcsigs subcommand for the cli - #3
  • fixes withTimeout to cleanup timer if promises finish - #3
  • update dependencies - #3
  • now merges passed-in options with defaults instead of overriding them - #3
  • fixes basetype detection for funcsig generation for contract type arrays - #3