Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/many-deers-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-toes-wonder.md

This file was deleted.

8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v-next/example-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "hardhat test nodejs && hardhat test mocha"
},
"devDependencies": {
"hardhat": "workspace:^3.1.6",
"hardhat": "workspace:^3.1.7",
"@nomicfoundation/hardhat-ethers-chai-matchers": "workspace:^3.0.2",
"@nomicfoundation/hardhat-errors": "workspace:^3.0.6",
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.4",
Expand Down
7 changes: 7 additions & 0 deletions v-next/hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hardhat

## 3.1.7

### Patch Changes

- 4995121: Suppressed pragma and license warnings in Solidity test files ([7894](https://github.com/NomicFoundation/hardhat/issues/7894)).
- 22adbcb: Added support for `eth_getProof` ([3345](https://github.com/NomicFoundation/hardhat/issues/3345)).

## 3.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion v-next/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat",
"version": "3.1.6",
"version": "3.1.7",
"description": "Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.",
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A TypeScript Hardhat project using Node Test Runner and Viem",
"type": "module",
"devDependencies": {
"hardhat": "workspace:^3.1.6",
"hardhat": "workspace:^3.1.7",
"@nomicfoundation/hardhat-toolbox-viem": "workspace:^5.0.2",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.7",
"@types/node": "^22.8.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A TypeScript Hardhat project using Mocha and Ethers.js",
"type": "module",
"devDependencies": {
"hardhat": "workspace:^3.1.6",
"hardhat": "workspace:^3.1.7",
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "workspace:^3.0.2",
"@nomicfoundation/hardhat-ethers": "workspace:^4.0.4",
"@nomicfoundation/hardhat-ignition": "workspace:^3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion v-next/hardhat/templates/hardhat-3/03-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A minimal Hardhat project",
"type": "module",
"devDependencies": {
"hardhat": "workspace:^3.1.6",
"hardhat": "workspace:^3.1.7",
"@types/node": "^22.8.5",
"typescript": "~5.8.0"
}
Expand Down