v0.2.1
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:
- 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
- Bug in the Zip output (https://github.com/crytic/crytic-compile)
- Typo in test (#200)