Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

chore(deps-dev): bump hardhat from 2.0.11 to 2.6.4#264

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.6.4
Closed

chore(deps-dev): bump hardhat from 2.0.11 to 2.6.4#264
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.6.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps hardhat from 2.0.11 to 2.6.4.

Release notes

Sourced from hardhat's releases.

Hardhat v2.6.4

This release fixes a bug in Hardhat Network's solidity source maps processing. Thanks @​paulberg!

Hardhat v2.6.3

This release fixes a bug (#1564 ) that prevented Hardhat Network's tracing engine from working if an interface was used as a mapping key. Huge thanks to @​k06a for their contribution!

Hardhat v2.6.2

This release fixes an issue (#1828) with networks that support eth_feeHistory but that don't support EIP-1559.

hardhat-etherscan v2.1.6

This release adds support for verifying contracts in Arbiscan, the block explorer for Arbitrum.

Hardhat v2.6.1

This PR fixes three issues.

  • The Hardhat node had an issue when you connected to it via websocket. Now websocket connections should work fine.
  • debug_traceTransaction can be used with transactions sent from impersonated accounts.
  • evm_setNextBlockTimestamp, evm_increaseTime and evm_mine now will accept hex strings as arguments.

Additionally, there’s a new advanced sample project that creates a realistic project boilerplate. Try it by running npx hardhat in an empty directory and choosing the “Create an advanced sample project” option.

Thanks to @​ngotchac, @​shuklaayush and @​wolflo for their contributions!

hardhat-etherscan v2.1.5

This version fixes a problem with verification in the Optimism networks.

Huge thanks to @​mds1 for working on this!

PR: #1775

Hardhat v2.6.0

This release enables the London hardfork by default in the Hardhat Network, changes some other default values in the configuration, and drops support for Node 10.

All of these are technically breaking changes, but most users shouldn't be affected by them. If you want to preserve the previous behavior, use Hardhat v2.5.0, or explicitly set the updated configuration values to their previous defaults.

The default values that have changed are:

  • hardfork: the previous default was "berlin", the new default is "london"
  • blockGasLimit: the previous default was 12_450_000, the new default is 30_000_000
  • gasPrice: the previous default was 8_000_000_000, the new default is "auto".

Read this document to learn more about how we use semver and why and how we introduce breaking changes.

Hardhat v2.5.0

This release adds support for the upcoming London hardfork to Hardhat.

Enabling the London support

This version of Hardhat doesn't run Hardhat Network using London by default. To use this hardfork, you need to have these config fields:

</tr></table> 

... (truncated)

Commits
  • 21ab17b Version Packages
  • e92c0b5 Add changesets for existing unreleased changes
  • 87470b6 Merge pull request #1867 from nomiclabs/fix-github-actions-paths
  • fc9b9ee Fix github actions globs
  • 4cbea36 Merge pull request #1857 from paulrberg/fix-uncompress-source-maps
  • b62ddf3 Create mighty-schools-cross.md
  • fb7f8b2 Version Packages
  • 98b7548 Merge pull request #1831 from k06a/fix/mapping-key-types
  • 95b195b Revert unneeded change
  • a7bb4e1 Make sure the tracing engine works with older solcs
  • 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 [hardhat](https://github.com/nomiclabs/hardhat) from 2.0.11 to 2.6.4.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.11...hardhat@2.6.4)

---
updated-dependencies:
- dependency-name: hardhat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Nov 1, 2021

Superseded by #280.

@dependabot dependabot bot closed this Nov 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-2.6.4 branch November 1, 2021 08:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments