Skip to content

Releases: NomicFoundation/hardhat

buidler-waffle 1.3.5 released

18 Jun 20:26
Compare
Choose a tag to compare

This version uses an explicit version of ethers and waffle in the README (#656)

buidler-ethers v1.3.4

18 Jun 20:25
Compare
Choose a tag to compare

The complete list of changes

  • Make use of the user's config gas if set. This change speeds ups can lead up to a 10x speed improvement in ethers-based tests. (#648)
  • Use an explicit version of ethers in the README (#656)

Buidler 1.3.7 released

18 Jun 20:23
Compare
Choose a tag to compare

This version contains multiple bug fixes

  • Fixes errors that prevented the stack traces engine to initialize (#655)
  • Fix the sample project's plugin installation (#656)

Buidler 1.3.6 released 🎉

04 Jun 13:26
e514572
Compare
Choose a tag to compare

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 as reverted without reason (#627)
  • Relicensed the sample project to The Unlicensed (#633)

@nomiclabs/buidler-web3 1.3.4 released

28 May 19:34
Compare
Choose a tag to compare

This is a small version of this plugin that allows working with older versions of web3.

@nomiclabs/buidler-waffle 1.3.4 released

28 May 19:37
Compare
Choose a tag to compare

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

28 May 19:35
Compare
Choose a tag to compare

This is a small version of this plugin that allows working with older versions of web3.

Buidler 1.3.5 released

28 May 19:42
Compare
Choose a tag to compare

This version contains two small fixes:

  • Accept RegExps as config values (#614)
  • Display lazy-loaded dependencies correctly (#615)

Buidler 1.3.4 released

19 May 14:44
Compare
Choose a tag to compare

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!

Buidler 1.3.3 released

10 May 15:20
Compare
Choose a tag to compare

Complete list of changes:

  • Fix ArgumentType types.json validation. (#545)
  • Fix buidler-etherscan plugin. Thanks @canepat ! (#562)
  • Make Buidler's plugin dependencies validation more flexible by accepting prerelease versions (#564)
  • Fix a regression that made Buidler startup time slower (#565)
  • Use less native dependencies by using ethereum-cryptography (#567)