Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @nomiclabs/hardhat-ethers from 2.0.1 to 2.0.2 #554

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2021

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

Release notes

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

buidler-ethers v2.0.2 released

This version includes a hotfix to an issue that prevented ethers from working with Buidler.

This version temporarily changed how buidler-ethers manages the gas setting in your networks, by substracting 1M from it. If this brings you any problem, you can increase it by 1M, making sure that it won't go beyond the block gas limit. In the case of the buidlerevm network, you can increase the block gas limit.

For more information about these settings, please go to: https://buidler.dev/config/#networks-configuration

Hardhat v2.0.2

This release includes two changes:

hardhat-ethers v2.0.2

This release adds a new getSigner method that can be used with an address to get a signer object for that address:

const signer = await ethers.getSigner("0xabc...");

Of course, this signer can be used for writing only if that address is unlocked. Otherwise it can be used in a read-only fashion.

This release also fixes getContractAt so that, if there are no signers available, you still get a contract instance that can only be used for read operations.

Finally, it's now possible for a typescript plugin to declare which methods are added to the ethers object.

Commits
  • e65105a Bump hardhat-core version
  • c6091b6 Reorder some fileds
  • 9f939c3 Merge pull request #953 from wighawag/buildinfo_id_exposed
  • aaa9cfe Merge pull request #956 from nomiclabs/fix-telemetry-prompt
  • a79dbaa Only enable the reporter if we have consent
  • 80ee444 Add a timeout to the telemetry consent prompt
  • 73ed19f Only show the Telemetry consent prompt on tty
  • 9d2038c building id exposed
  • cff93b6 Merge pull request #13 from nomiclabs/master
  • 23b0450 Add a link to the community plugins section
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.2 branch 3 times, most recently from d6c37dd to 76eb0ef Compare March 22, 2021 10:06
Bumps [@nomiclabs/hardhat-ethers](https://github.com/nomiclabs/hardhat) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](NomicFoundation/hardhat@hardhat-core-v2.0.1...hardhat-core-v2.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.2 branch from 76eb0ef to e8c095e Compare March 22, 2021 13:27
@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #554 (e8c095e) into develop (aa2775b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #554   +/-   ##
========================================
  Coverage    94.68%   94.68%           
========================================
  Files           37       37           
  Lines         2580     2580           
  Branches       402      402           
========================================
  Hits          2443     2443           
  Misses         137      137           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa2775b...e8c095e. Read the comment docs.

@DimaStebaev DimaStebaev merged commit 7308711 into develop Mar 22, 2021
@DimaStebaev DimaStebaev deleted the dependabot/npm_and_yarn/nomiclabs/hardhat-ethers-2.0.2 branch March 22, 2021 15:43
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.

2 participants