Releases: NomicFoundation/hardhat
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.
@nomiclabs/buidler-truffle5 1.3.4 released
This is a small version of this plugin that allows working with older versions of web3.
Buidler 1.3.5 released
Buidler 1.3.4 released
Starting with this version, Buidler will use an independent version scheme. Buidler and its plugins will have independent versions, so releases are going to be smaller.
This version fixes a warning when using the latest version of Solidity and console.log
, as the console.sol
library didn't have a license tag. Thanks @gorgos for the fix!