Releases: NomicFoundation/hardhat
Buidler 1.4.0 released
This version of Buidler adds better support for solidity versions after 0.6.9.
Besides that, buidler node
now reloads the contracts when you re-compile. This means that stack traces will work for contracts that were modified after the node was started.
Finally, Buidler will start sending thoroughly anonymized error reports when it crashes.
buidler-waffle v2.0.0 released
This is a new version of the @nomiclabs/buidler-ethers plugin
, which is based on ethers v5 and waffle v3.
This release extends the functionality of the waffle
object that the plugin adds to the Buidler Runtime Environment, to cover everything that Waffle offers. Now, you can do bre.waffle.deployContract
, bre.waffle.loadFixture
, and more.
buidler-ethers v2.0.0 released
This is a new version of the @nomiclabs/buidler-ethers
plugin, which is based on ethers v5.
Buidler 1.3.8 released
This release of Buidler updates the sample project to use the new versions of the Ethers and Waffle plugins.
For more information about them, go to their release pages.
buidler-waffle 1.3.5 released
This version uses an explicit version of ethers and waffle in the README (#656)
buidler-ethers v1.3.4
Buidler 1.3.7 released
Buidler 1.3.6 released 🎉
This version improves the support for Solidity 0.6 in Buidler EVM.
The complete list of changes is:
- Add support for Solidity 0.4.x to
console.log
(#617) - Add full support for Solidity 0.6.x to Buidler EVM (#627)
- Workaround a Solidity sourcemaps regression introduced in solc 0.6.3 (#627)
- Give meaningful error messages when trying to deploy a contract that is too large (#627)
- Stop reporting
invalid opcode
errors asreverted without reason
(#627) - Relicensed the sample project to The Unlicensed (#633)
@nomiclabs/buidler-web3 1.3.4 released
This is a small version of this plugin that allows working with older versions of web3.
@nomiclabs/buidler-waffle 1.3.4 released
This version fixes a problem with this plugin that lead to line numbers being off when running a typescript based project.