Releases: NomicFoundation/hardhat
Releases · NomicFoundation/hardhat
Buidler beta 7 🚀
This release includes an significant refactor of Buidler's plugins system. They now verify that users have the required peer dependencies, and gives waay nicer errors if they don't :)
Changelog
[all projects] Plugin system refactor (#264)
[buidler-core] Automatically add TS_NODE_FILES=true if not present (#266)
[buidler-core] Make compilation process more verbose (#261)
[buidler-core] Throw when a task param's name is isn't camelCase (#263)
[buidler-web3-legacy] Improve sync calls' error messages. (#260)
Buidler v1.0.0-beta.6 🎉
This is a small release focused on bug fixing.
Changelog
buidler-core
- Fixed a bug on sending locally signed transactions
buidler-truffle4
- Constant, view and pure functions now can be called even if there's no available accounts in the node you are connected to.
buidler-truffle5
- Constant, view and pure functions now can be called even if there's no available accounts in the node you are connected to.
buidler-ethers
- The ethers provider is initialized lazily now
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