Skip to content

Releases: NomicFoundation/hardhat

buidler-etherscan 2.0.1 released

31 Aug 14:37
b296f46
Compare
Choose a tag to compare

This release fixes the buidler peer dependency of buidler-etherscan and improves how the etherscan config is validated.

buidler-etherscan 2.0.0 released

27 Aug 19:18
cdfab80
Compare
Choose a tag to compare

This is a new version of the buidler-etherscan plugin that both simplifies its usage and improves its capabilities.

Check the readme to learn more, but the new features include:

  • You only need to provide the deployment address and constructor arguments, and the plugin will detect locally which contract to verify.
  • If your contract uses Solidity libraries, the plugin will detect them and deal with them automatically. You don't need to do anything about them.
  • A simulation of the verification process will run locally, allowing the plugin to detect and communicate any mistakes during the process.
  • Once the simulation is successful the contract will be verified using the Etherscan API.

Big shout out to @canepat, who has improved the 1.x a lot, and submitted multiple PRs that inspired some of the features in 2.x.

Buidler 1.4.4 released

26 Aug 16:31
Compare
Choose a tag to compare

This version makes console.log compatible with Solidity 0.7.x.

Buidler 1.4.3 released

26 Aug 16:30
1f841bd
Compare
Choose a tag to compare

This release contains a quickfix to the error reporting infra.

Buidler 1.4.2 released

26 Aug 16:30
Compare
Choose a tag to compare

This release contains a quickfix to the error reporting infra.

Buidler 1.4.1 released

26 Aug 16:07
Compare
Choose a tag to compare

This release contains a quickfix to the error reporting infra.

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.