Buidler beta 4 released 🚀
Changelog:
- Moved Buidler and its plugins into a monorepo.
- Created helpers to aid plugin developers write their tests. They are available in
@nomiclabs/buidler/plugins-testing
. - Released
@nomiclabs/buidler-solhint
to help lint your contracts. - Released
@nomiclabs/buidler-solpp
that integratessolpp
's preprocessor into your project's workflow - Fixed a bug in Buidler's initialization
- Fixed a bug that affected projects containing cyclic dependencies
- Fixed a bug that affected projects using npm scoped dependencies