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

Update dependency @nomicfoundation/hardhat-verify to v2.0.12 #278

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nomicfoundation/hardhat-verify (source) 2.0.2 -> 2.0.12 age adoption passing confidence

Release Notes

nomicfoundation/hardhat (@​nomicfoundation/hardhat-verify)

v2.0.12

Compare Source

This is a small release to swap out an outdated dependency.

Changes
  • f571670: Replace chalk with picocolors

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


v2.0.11

Compare Source

This release introduces support for verifying contracts using Blockscout as a verification provider. To verify a contract using Blockscout, simply add the following to your Hardhat configuration:

blockscout: {
  enabled: true,
}

Currently, only mainnet and sepolia are included as built-in chains, but you can add other networks using the customChains property in the Hardhat config.

Changes
  • 913b5a1: Added Blockscout as a verification provider.

v2.0.10

Compare Source

A small bug fix release to fix the Hardhat peer dependency entry in the published package.json that was corrupted by pnpm in the previous release.

Changes
  • efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.

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


v2.0.9

Compare Source

Enhance force flag to allow verification when is verified check fails. Thanks @​3commascapital!


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


v2.0.8

Compare Source

This release improves validation of constructor arguments (thanks @​fwx5618177!)


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


v2.0.7

Compare Source

This release:

  • Improves error handling and messaging for errors from the block explorer.
  • Adds support for the Polygon Amoy testnet (thanks @​FournyP!).
  • Adds a --force flag to allow verification of partially verified contracts (thanks @​rimrakhimov!).

v2.0.6

Compare Source

This release improves the error messages of the .withArgs matcher (thanks @​RenanSouza2!)

v2.0.5

Compare Source

This release enhances type extensibility and includes a minor performance improvement for development networks.

Changes:
  • 6010386: Moved types to HardhatViemHelpers and initialized ContractTypesMap as empty for better extensibility. Improved performance by disabling retries in dev nets (thanks @​TateB!)

v2.0.4

Compare Source

A small bug fix release to fix the Hardhat peer dependency entry in the published package.json that was corrupted by pnpm in the previous release.

Changes
  • efa905d: Fix for corrupted Hardhat peer dependency version from pnpm.

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


v2.0.3

Compare Source

Changelog

  • a8a6038: Added ContractTypesMap to simplify contract type imports (thanks @​beepidibop!)
  • Update dependencies

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 becomes conflicted, 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 requested review from iamsahu and cebidhem as code owners August 20, 2024 17:08
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-verify-2.x-lockfile branch from 41963ad to 80ca3cc Compare September 3, 2024 02:46
@renovate renovate bot changed the title fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.9 fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.10 Sep 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.10 fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.11 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-verify-2.x-lockfile branch from 80ca3cc to 19834fd Compare September 20, 2024 08:56
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.03%. Comparing base (a419ced) to head (884c6af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   95.03%   95.03%           
=======================================
  Files          75       75           
  Lines        1773     1773           
  Branches      235      235           
=======================================
  Hits         1685     1685           
  Misses         29       29           
  Partials       59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@renovate renovate bot changed the title fix(deps): update dependency @nomicfoundation/hardhat-verify to v2.0.11 Update dependency @nomicfoundation/hardhat-verify to v2.0.11 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-verify-2.x-lockfile branch from 19834fd to 884c6af Compare November 19, 2024 08:43
@renovate renovate bot requested a review from koderholic as a code owner November 19, 2024 08:43
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-verify to v2.0.11 Update dependency @nomicfoundation/hardhat-verify to v2.0.12 Nov 19, 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.

1 participant