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

Comments

chore(deps-dev): bump hardhat from 2.0.11 to 2.6.2#243

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps hardhat from 2.0.11 to 2.6.2.

Release notes

Sourced from hardhat's releases.

Hardhat v2.6.2

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

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 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:

networks: {
  hardhat: {
    hardfork: "london",
    gasPrice: "auto"
  } 
}

Base fee selection

The London hardfork includes the long-awaited EIP-1559, which changes how transactions pay to be included in the Ethereum blockchain. This includes a new concept called base fee.

To configure the base fee of the first local block, set the initialBaseFeePerGas property in the Hardhat Network configuration:

module.exports = {
</tr></table> 

... (truncated)

Commits
  • deaa288 Merge pull request #1843 from nomiclabs/changeset-release/master
  • 6d85b3f Version Packages
  • fa3d22c Merge pull request #1841 from nomiclabs/check-node-supports-1559
  • 0941cf3 Make prettier ignore CHANGELOG.md files
  • 2371f3f Link relevant issue in changeset
  • abc380c Add changeset
  • a625652 Use gasPrice if node doesn't support EIP1559
  • 7eaec9c Merge pull request #1839 from nomiclabs/changeset-release/master
  • d7acdad Version Packages
  • 477191b Merge pull request #1838 from fredlacs/master
  • 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.2.
- [Release notes](https://github.com/nomiclabs/hardhat/releases)
- [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat-core-v2.0.11...hardhat@2.6.2)

---
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 Sep 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2021

Superseded by #264.

@dependabot dependabot bot closed this Oct 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-2.6.2 branch October 1, 2021 08:08
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