Skip to content

Commit 599a285

Browse files
github-actions[bot]kanej
authored andcommitted
Version Packages
1 parent 6c943bb commit 599a285

10 files changed

+17
-32
lines changed

.changeset/fuzzy-eyes-collect.md

-5
This file was deleted.

.changeset/fuzzy-mangos-behave.md

-5
This file was deleted.

.changeset/great-crabs-hug.md

-5
This file was deleted.

.changeset/grumpy-dragons-shop.md

-5
This file was deleted.

.changeset/modern-points-cover.md

-5
This file was deleted.

.changeset/rude-suits-add.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# hardhat
22

3+
## 2.22.7
4+
5+
### Patch Changes
6+
7+
- f944cd5: Added an `enableRip7212` optional flag to the Hardhat Network config that enables [RIP-7212 (Precompile for secp256r1 Curve Support)](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md).
8+
- f6ddc92: Add `debug` logs to Hardhat Network initialization process.
9+
- 6c943bb: Fix message for error HH206
10+
- f944cd5: Bumped EDR to [v0.5.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.5.0).
11+
312
## 2.22.6
413

514
### Patch Changes

packages/hardhat-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat",
3-
"version": "2.22.6",
3+
"version": "2.22.7",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-verify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nomicfoundation/hardhat-verify
22

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- 88e57fa: Make the `--force` flag override the check of any existing verification, even in the presence of errors.
8+
39
## 2.0.8
410

511
### Patch Changes

packages/hardhat-verify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-verify",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "Hardhat plugin for verifying contracts",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)