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

chore(deps): update dependency hardhat to v2.22.15 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hardhat (source) 2.20.1 -> 2.22.15 age adoption passing confidence

Release Notes

nomiclabs/hardhat (hardhat)

v2.22.15: Hardhat v2.22.15

Compare Source

This is a small bug fix release to fix custom HTTP headers when used in forked configurations.

Changes

  • ede1cde: Fixed custom HTTP headers for forked configurations

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.14: Hardhat v2.22.14

Compare Source

This is a small bug fix release to handle Ethereum nodes that are no longer returning total difficulty from the eth.getBlock RPC API.

Changes

  • 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding a fallback value

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.13: Hardhat v2.22.13

Compare Source

This is a small bug fix release applying corrections to our Solidity tracing logic.

Changes
  • bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
  • 3df95d3: Remove support for console.log selectors that wrongly use "(u)int" type aliases in the selector calculation
  • 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.12: Hardhat v2.22.12

Compare Source

This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads.

v2.22.11: Hardhat v2.22.11

Compare Source

This release adds support for the latest solc versions (0.8.25, 0.8.26, and 0.8.27). Additionally, it includes bug fixes, documentation improvements, and dependency updates.

Changes
  • 601d543: Fixed a problem with provider events when provider.init was explicitly called before the first request.
  • 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
  • b43ed78: Added link to Ignition docs in sample projects
  • 07e0a9c: Hardhat node can now handle large response objects by streaming them.
  • 12d1980: Upgrade chokidar

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.10: Hardhat v2.22.10

Compare Source

This is a small bug fix release to improve debug logs during Hardhat Network initialization.

Changes
  • 409e99f: Fixed debug logs in Hardhat Network initialization process.
  • 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.9: Hardhat v2.22.9

Compare Source

This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition.

Changes
  • 6771f00: Do not send http_setLedgerOutputEnabled messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.8: Hardhat v2.22.8

Compare Source

This is a small bug fix release to resolve a bug with large responses from debug_traceTransaction.

Changes
  • f5d5d15: Fixed an issue with debug_traceTransaction when large responses were generated
  • 31d9d77: Upgraded EDR to v0.5.2

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.7: Hardhat v2.22.7

Compare Source

This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the Hardhat network reference for details on how to enable the precompile.

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.6: Hardhat v2.22.6

Compare Source

Changes


💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.5: Hardhat v2.22.5

Compare Source

This release re-enables support for hardhat-tracer and adds limited support for blob transactions, along with performance improvements and bug fixes.

Changelog

  • f65dc7c: Improved the validation of network and forking URLs (thanks @​kshyun28!)
  • 5d46baa: Internal changes to allow hardhat-tracer to be re-enabled with Hardhat after the EDR upgrade
  • 6e36f3f: Bump EDR to v0.4.0. This adds support for eth_maxPriorityFeePerGas, limited support for blob transactions, improves performance and fixes some bugs. Check out the v0.4.0 EDR release and v0.3.8 EDR release for more details.

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.4: Hardhat v2.22.4

Compare Source

This release includes bug fixes, performance enhancements, and an improvement to the task system to support BigInt arguments.

Changelog

  • 22bcbf5: Added BigInt task argument type.
  • 2c533f0: Bumped EDR dependency to 0.3.7.
  • 3203639: Fixed an issue in the solidity source map decoding module.
  • 5d7a604: Fixed an issue with solc version selection.
  • 3c6de8f: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time.
  • 6447e80: Improved performance by reducing back-and-forth with EDR when it's not necessary.

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.3

Compare Source

A small bug fix release that improves the error messaging around failed installs of EDR (Hardhat network).

Changelog

💡 The Nomic Foundation is hiring! Check our open positions.


v2.22.2: Hardhat v2.22.2

Compare Source

This release introduces a small change to the initialization process of Hardhat, which makes the task runner more extensible.

Changelog

  • 7876104: Initialize the Hardhat Runtime Environment before passing the command line arguments. Thanks @​theethernaut!

v2.22.1: Hardhat v2.22.1

Compare Source

This release updates the starter projects available through hardhat init to include Hardhat Ignition as the default deployment system.

v2.22.0: Hardhat v2.22.0

Compare Source

This release sets Cancun as the default hardfork used by the Hardhat Network.

v2.21.0: Hardhat v2.21.0 — Introducing EDR

Compare Source

This version of Hardhat marks the debut of EDR (Ethereum Development Runtime), our new Rust-based runtime that is a complete rewrite of the original TypeScript-based Hardhat Network. This release lays a new long-term foundation for Hardhat's evolution over the coming year.

There are no functional changes, but there are some performance improvements across the board, which we’ll continue to expand in future updates.

Given the significance of this internal change, there’s a possibility of bugs. If you encounter any problems specific to this version, please report them by opening an issue. You should be able to downgrade to v2.20.1 without losing functionality if needed.

solidity-coverage out-of-memory issues

The solidity-coverage plugin works by heavily instrumenting the code, which sometimes causes OOM (out-of-memory) issues. This new version of Hardhat can, in certain cases, make those problems more likely.

If you run into this, you can fix it by using Node.js’s --max-old-space-size flag:

NODE_OPTIONS="--max-old-space-size=8192" npx hardhat coverage
Dropping support for Node.js v16

As part of this release, we are dropping support for Node.js v16. This version of Node.js reached its end-of-life in September of last year. You can learn more about our support guarantees here.


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.17.3 chore(deps): update dependency hardhat to v2.17.4 Sep 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.17.4 chore(deps): update dependency hardhat to v2.18.0 Oct 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.0 chore(deps): update dependency hardhat to v2.18.1 Oct 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.1 chore(deps): update dependency hardhat to v2.18.2 Oct 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.2 chore(deps): update dependency hardhat to v2.18.3 Oct 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.18.3 chore(deps): update dependency hardhat to v2.19.0 Nov 2, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.0 chore(deps): update dependency hardhat to v2.19.1 Nov 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.1 chore(deps): update dependency hardhat to v2.19.2 Dec 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.2 chore(deps): update dependency hardhat to v2.19.3 Dec 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.3 chore(deps): update dependency hardhat to v2.19.4 Dec 26, 2023
Copy link

sonarcloud bot commented Dec 26, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.4 chore(deps): update dependency hardhat to v2.19.5 Jan 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.19.5 chore(deps): update dependency hardhat to v2.20.0 Feb 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.0 chore(deps): update dependency hardhat to v2.20.1 Feb 15, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.20.1 chore(deps): update dependency hardhat to v2.20.1 - autoclosed Feb 29, 2024
@renovate renovate bot closed this Feb 29, 2024
@renovate renovate bot deleted the renovate/hardhat-2.x branch February 29, 2024 07:20
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.1 chore(deps): update dependency hardhat to v2.22.2 Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.2 chore(deps): update dependency hardhat to v2.22.3 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.3 chore(deps): update dependency hardhat to v2.22.4 May 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.4 chore(deps): update dependency hardhat to v2.22.5 Jun 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.5 chore(deps): update dependency hardhat to v2.22.6 Jul 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.6 chore(deps): update dependency hardhat to v2.22.7 Jul 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.7 chore(deps): update dependency hardhat to v2.22.8 Aug 7, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.8 chore(deps): update dependency hardhat to v2.22.9 Aug 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.9 chore(deps): update dependency hardhat to v2.22.10 Sep 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.10 chore(deps): update dependency hardhat to v2.22.11 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/hardhat-2.x branch 2 times, most recently from 638a93d to 54b9eca Compare September 24, 2024 17:27
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.11 chore(deps): update dependency hardhat to v2.22.12 Sep 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.12 chore(deps): update dependency hardhat to v2.22.13 Oct 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.13 chore(deps): update dependency hardhat to v2.22.14 Oct 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency hardhat to v2.22.14 chore(deps): update dependency hardhat to v2.22.15 Oct 24, 2024
Copy link

coderabbitai bot commented Oct 24, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

sonarcloud bot commented Oct 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants