Skip to content

chore(deps-dev): bump @nomiclabs/hardhat-ethers from 2.0.2 to 2.0.4#4

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.4
Closed

chore(deps-dev): bump @nomiclabs/hardhat-ethers from 2.0.2 to 2.0.4#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps @nomiclabs/hardhat-ethers from 2.0.2 to 2.0.4.

Release notes

Sourced from @​nomiclabs/hardhat-ethers's releases.

hardhat-ethers v2.0.4

This version adds two methods to the ethers object included in the Hardhat Runtime Environment: getContractFactoryFromArtifact and getContractAt (#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.

hardhat-ethers v2.0.3

This release fixes an issue (#1247) with hardhat-ethers, where the provider wasn't correctly reset after hardhat_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:

> ethers.BigNumber.from(1000)
BigNumber { value: "1000" }
Commits
  • d1bf8f3 Version Packages
  • 3359930 Merge pull request #2212 from nomiclabs/rm-custom-state-mgr
  • 6ce1951 Merge pull request #2116 from nomiclabs/add-contract-factory-overload-for-art...
  • d07e145 Merge pull request #2122 from nikitosing/master
  • 2a50d8c Merge branch 'master' into nikitosing-master
  • ef5f368 Add tests for buildContractUrl function
  • 57bac9c Upgrade merkle-patricia-tree to match @​ethereumjs
  • 4e8571f Restore reference to makeStateTrie
  • 1d899f0 Revert "Use custom state manager..."
  • 97816bf Merge pull request #2205 from suhailkakar/patch-2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@nomiclabs/hardhat-ethers](https://github.com/nomiclabs/hardhat) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.2...@nomiclabs/hardhat-ethers@2.0.4)

---
updated-dependencies:
- dependency-name: "@nomiclabs/hardhat-ethers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2022

Superseded by #7.

@dependabot dependabot bot closed this Feb 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.4 branch February 12, 2022 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants