Update dependency @nomiclabs/hardhat-ethers to v2.2.3 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.2
->2.2.3
Release Notes
nomiclabs/hardhat (@nomiclabs/hardhat-ethers)
v2.2.3
: @nomiclabs/hardhat-ethers v2.2.3Compare Source
Make
getContractFactory
's params validation more flexible (thanks @jtakalai!)v2.2.2
Compare Source
v2.2.1
: @nomiclabs/hardhat-ethers v2.2.1Compare Source
getContractAt
doesn't throw anymore if the given address is not a contract. We removed this check because it causedsmock
to stop working.v2.2.0
: @nomiclabs/hardhat-ethers v2.2.0Compare Source
This version adds a new helper to the
hre.ethers
object:deployContract
.If your contract has constructor arguments, you can pass them as an array:
Thanks to @zemse for working on this!
v2.1.1
: @nomiclabs/hardhat-ethers v2.1.1Compare Source
The
getContractAt
function now throws an error if the given address does not correspond to a contract.Thanks @SfyMantissa for fixing this!
v2.1.0
Compare Source
v2.0.6
: @nomiclabs/hardhat-ethers v2.0.6Compare Source
7403ec1
: Stop publishing tsconfig.json filesv2.0.5
: @nomiclabs/hardhat-ethers v2.0.5Compare Source
This is a small patch release that fixes an issue when using this plugin with TypeScript.
Changelog
Fix an issue that was causing typescript projects to also compile Hardhat's source (#2260).
v2.0.4
: hardhat-ethers v2.0.4Compare Source
This version adds two methods to the
ethers
object included in the Hardhat Runtime Environment:getContractFactoryFromArtifact
andgetContractAt
(#1716). These are low-level methods that are useful when you have your own artifact-loading logic, but that won't be necessary for most users.v2.0.3
: hardhat-ethers v2.0.3This release fixes an issue (#1247) with
hardhat-ethers
, where the provider wasn't correctly reset afterhardhat_reset
was called.It also adds a better inspection result for ethers's BigNumber instances (issue #2109). So now if you evaluate a BigNumber in the console, the result will look like this:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.