Skip to content

Commit 18f91f8

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor/remove-experimental-trace-hooks
2 parents 1312d87 + 4210416 commit 18f91f8

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/popular-ways-whisper.md

-5
This file was deleted.

.changeset/shaggy-bags-work.md

-5
This file was deleted.

packages/hardhat-core/CHANGELOG.md

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

3+
## 2.22.9
4+
5+
### Patch Changes
6+
7+
- 6771f00: Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node
8+
39
## 2.22.8
410

511
### 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.8",
3+
"version": "2.22.9",
44
"author": "Nomic Labs LLC",
55
"license": "MIT",
66
"homepage": "https://hardhat.org",

packages/hardhat-ethers/CHANGELOG.md

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

3+
## 3.0.7
4+
5+
### Patch Changes
6+
7+
- 93b30d5: Fix for `getSigners` against networks where `eth_accounts` is deprecated.
8+
39
## 3.0.6
410

511
### Patch Changes

packages/hardhat-ethers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomicfoundation/hardhat-ethers",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
44
"description": "Hardhat plugin for ethers",
55
"homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-ethers",
66
"repository": "github:nomicfoundation/hardhat",

0 commit comments

Comments
 (0)