Releases: NomicFoundation/hardhat
buidler-etherscan 2.0.1 released
This release fixes the buidler peer dependency of buidler-etherscan and improves how the etherscan config is validated.
buidler-etherscan 2.0.0 released
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
This version makes console.log
compatible with Solidity 0.7.x.
Buidler 1.4.3 released
This release contains a quickfix to the error reporting infra.
Buidler 1.4.2 released
This release contains a quickfix to the error reporting infra.
Buidler 1.4.1 released
This release contains a quickfix to the error reporting infra.
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.