Skip to content

Releases: NomicFoundation/hardhat

Buidler 1.4.0 released

26 Aug 16:06
Compare
Choose a tag to compare

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

24 Jun 18:13
Compare
Choose a tag to compare

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

24 Jun 18:10
Compare
Choose a tag to compare

This is a new version of the @nomiclabs/buidler-ethers plugin, which is based on ethers v5.

Buidler 1.3.8 released

24 Jun 18:18
Compare
Choose a tag to compare

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

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.