Skip to content

v0.2.1

Compare
Choose a tag to compare
@montyly montyly released this 16 Aug 17:04
· 572 commits to master since this release

0.2.1 - 2021-08-16

This release adds support for BSC, improves truffle and waffle support, and improves the overall code quality through type hints and documentation.

Added

  • BSC support (#189, #194)
  • API:
    • Filenames at the compilation unit level (#205)
    • get_global_offset_from_line (#193)
  • Waffle: Support for .waffle.json config filename (#198)
  • Truffle: Support for truffle >= 5.3.14 (#204)
  • Documentation for all functions/modules (#207). The documentation follows the google style. The CI checks the documentation accuracy with dargling (see CONTRIBUTING.md)
  • Reach 100% type hints coverage (#195). The CI checks the accuracy of the type with mypy (see CONTRIBUTING.md)

Fixed