diff --git a/.changeset/seven-tips-float.md b/.changeset/seven-tips-float.md deleted file mode 100644 index 2a7b991e55..0000000000 --- a/.changeset/seven-tips-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Improved the validation of network and forking URLs (thanks @kshyun28!) diff --git a/.changeset/strange-ladybugs-end.md b/.changeset/strange-ladybugs-end.md deleted file mode 100644 index 2c2e6976f4..0000000000 --- a/.changeset/strange-ladybugs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-chai-matchers": patch ---- - -Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!) diff --git a/.changeset/tall-coins-sin.md b/.changeset/tall-coins-sin.md deleted file mode 100644 index 7bb40071ed..0000000000 --- a/.changeset/tall-coins-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Made internal changes to allow `hardhat-tracer` to work with Hardhat again diff --git a/.changeset/tall-jokes-judge.md b/.changeset/tall-jokes-judge.md deleted file mode 100644 index 6f924af02e..0000000000 --- a/.changeset/tall-jokes-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"hardhat": patch ---- - -Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details. diff --git a/.changeset/thick-beers-tie.md b/.changeset/thick-beers-tie.md deleted file mode 100644 index e9e9d0fa50..0000000000 --- a/.changeset/thick-beers-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-verify": patch ---- - -Improved validation of contructor arguments (thanks @fwx5618177!) diff --git a/.changeset/wise-cheetahs-confess.md b/.changeset/wise-cheetahs-confess.md deleted file mode 100644 index 696927a4a2..0000000000 --- a/.changeset/wise-cheetahs-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nomicfoundation/hardhat-network-helpers": patch ---- - -Improve an error message and add utility to clear all the existing snaphosts. diff --git a/packages/hardhat-chai-matchers/CHANGELOG.md b/packages/hardhat-chai-matchers/CHANGELOG.md index 255f4a9c7a..c910e2a96e 100644 --- a/packages/hardhat-chai-matchers/CHANGELOG.md +++ b/packages/hardhat-chai-matchers/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-chai-matchers +## 2.0.7 + +### Patch Changes + +- ac55f40: Accept predicate functions in the `changeEtherBalance`, `changeEthersBalances`, `changeTokenBalance` and `changeTokenBalances` matchers (thanks @SevenSwen and @k06a!) +- Updated dependencies [f65dc7c] +- Updated dependencies [5d46baa] +- Updated dependencies [6e36f3f] + - hardhat@2.22.5 + ## 2.0.6 ### Patch Changes diff --git a/packages/hardhat-chai-matchers/package.json b/packages/hardhat-chai-matchers/package.json index 6397d86210..6aa4209c19 100644 --- a/packages/hardhat-chai-matchers/package.json +++ b/packages/hardhat-chai-matchers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-chai-matchers", - "version": "2.0.6", + "version": "2.0.7", "description": "Hardhat utils for testing", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-chai-matchers", "repository": "github:nomicfoundation/hardhat", @@ -58,7 +58,7 @@ "eslint-plugin-prettier": "3.4.0", "ethers": "^6.1.0", "get-port": "^5.1.1", - "hardhat": "workspace:^2.9.4", + "hardhat": "workspace:^2.22.5", "mocha": "^10.0.0", "prettier": "2.4.1", "rimraf": "^3.0.2", @@ -69,7 +69,7 @@ "@nomicfoundation/hardhat-ethers": "workspace:^3.0.0", "chai": "^4.2.0", "ethers": "^6.1.0", - "hardhat": "workspace:^2.9.4" + "hardhat": "workspace:^2.22.5" }, "dependencies": { "@types/chai-as-promised": "^7.1.3", diff --git a/packages/hardhat-core/CHANGELOG.md b/packages/hardhat-core/CHANGELOG.md index 7b88d93e00..b50f0ea8f2 100644 --- a/packages/hardhat-core/CHANGELOG.md +++ b/packages/hardhat-core/CHANGELOG.md @@ -1,5 +1,13 @@ # hardhat +## 2.22.5 + +### Patch Changes + +- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!) +- 5d46baa: Made internal changes to allow `hardhat-tracer` to work with Hardhat again +- 6e36f3f: Bump EDR to v0.3.8. This adds support for blob transactions, improves performance, and fixes some bugs. Check the [EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details. + ## 2.22.4 ### Patch Changes diff --git a/packages/hardhat-core/package.json b/packages/hardhat-core/package.json index 17aeb9c15b..ec50d00a2f 100644 --- a/packages/hardhat-core/package.json +++ b/packages/hardhat-core/package.json @@ -1,6 +1,6 @@ { "name": "hardhat", - "version": "2.22.4", + "version": "2.22.5", "author": "Nomic Labs LLC", "license": "MIT", "homepage": "https://hardhat.org", diff --git a/packages/hardhat-network-helpers/CHANGELOG.md b/packages/hardhat-network-helpers/CHANGELOG.md index 4e1454d79e..0abf1c2d48 100644 --- a/packages/hardhat-network-helpers/CHANGELOG.md +++ b/packages/hardhat-network-helpers/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-network-helpers +## 1.0.11 + +### Patch Changes + +- 8be0c2c: Improve an error message and add utility to clear all the existing snaphosts. +- Updated dependencies [f65dc7c] +- Updated dependencies [5d46baa] +- Updated dependencies [6e36f3f] + - hardhat@2.22.5 + ## 1.0.10 ### Patch Changes diff --git a/packages/hardhat-network-helpers/package.json b/packages/hardhat-network-helpers/package.json index 59ded55ca6..ec6aad90bf 100644 --- a/packages/hardhat-network-helpers/package.json +++ b/packages/hardhat-network-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-network-helpers", - "version": "1.0.10", + "version": "1.0.11", "description": "Hardhat utils for testing", "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-network-helpers", "repository": "github:nomicfoundation/hardhat", @@ -57,7 +57,7 @@ "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "3.4.0", "ethers-v5": "npm:ethers@5", - "hardhat": "workspace:^2.9.5", + "hardhat": "workspace:^2.22.5", "mocha": "^10.0.0", "prettier": "2.4.1", "rimraf": "^3.0.2", @@ -65,6 +65,6 @@ "typescript": "~5.0.0" }, "peerDependencies": { - "hardhat": "workspace:^2.9.5" + "hardhat": "workspace:^2.22.5" } } diff --git a/packages/hardhat-verify/CHANGELOG.md b/packages/hardhat-verify/CHANGELOG.md index 35ffdaa31f..3d4c9c2a62 100644 --- a/packages/hardhat-verify/CHANGELOG.md +++ b/packages/hardhat-verify/CHANGELOG.md @@ -1,5 +1,15 @@ # @nomicfoundation/hardhat-verify +## 2.0.8 + +### Patch Changes + +- 73d5bea: Improved validation of contructor arguments (thanks @fwx5618177!) +- Updated dependencies [f65dc7c] +- Updated dependencies [5d46baa] +- Updated dependencies [6e36f3f] + - hardhat@2.22.5 + ## 2.0.7 ### Patch Changes diff --git a/packages/hardhat-verify/package.json b/packages/hardhat-verify/package.json index f7755c84cf..d7045844e1 100644 --- a/packages/hardhat-verify/package.json +++ b/packages/hardhat-verify/package.json @@ -1,6 +1,6 @@ { "name": "@nomicfoundation/hardhat-verify", - "version": "2.0.7", + "version": "2.0.8", "description": "Hardhat plugin for verifying contracts", "keywords": [ "ethereum", @@ -72,7 +72,7 @@ "eslint-plugin-mocha": "10.4.1", "eslint-plugin-prettier": "3.4.0", "ethers": "^5.0.0", - "hardhat": "workspace:^2.0.4", + "hardhat": "workspace:^2.22.5", "mocha": "^10.0.0", "nyc": "^15.1.0", "prettier": "2.4.1", @@ -83,6 +83,6 @@ "typescript": "~5.0.0" }, "peerDependencies": { - "hardhat": "workspace:^2.0.4" + "hardhat": "workspace:^2.22.5" } }