Skip to content

Commit

Permalink
chore: bump hardhat version to decrease flakiness (#1891)
Browse files Browse the repository at this point in the history
## What ❔

I think the source for flakiness might be caused by
NomicFoundation/hardhat@45025fb
so I am trying to bump hardhat to resolve

## Why ❔

Because CI is FUBAR

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
itegulov authored May 9, 2024
1 parent 1c041cc commit 5730b87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 353 deletions.
4 changes: 2 additions & 2 deletions core/tests/ts-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-yul": "hardhat run scripts/compile-yul.ts"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^0.6.5",
"@matterlabs/hardhat-zksync-deploy": "^0.6.5",
"@matterlabs/hardhat-zksync-solc": "0.4.2",
"@matterlabs/hardhat-zksync-vyper": "^1.0.0",
"@nomiclabs/hardhat-vyper": "^3.0.5",
Expand All @@ -23,7 +23,7 @@
"chalk": "^4.0.0",
"ethereumjs-abi": "^0.6.8",
"ethers": "~5.7.0",
"hardhat": "=2.16.0",
"hardhat": "=2.22.2",
"jest": "^29.0.3",
"jest-matcher-utils": "^29.0.3",
"node-fetch": "^2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions etc/ERC20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^0.6.1",
"@matterlabs/hardhat-zksync-solc": "0.4.2",
"hardhat": "=2.16.0"
"hardhat": "=2.22.2"
},
"scripts": {
"build": "hardhat compile"
"build": "hardhat compile"
}
}
2 changes: 1 addition & 1 deletion etc/contracts-test-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"hardhat": "=2.16.0"
"hardhat": "=2.22.2"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-solc": "^0.3.15"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/protocol-upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^18.19.15",
"@types/node-fetch": "^2.5.7",
"@types/tabtab": "^3.0.1",
"hardhat": "=2.16.0",
"hardhat": "=2.22.2",
"typescript": "^4.3.5",
"l1-contracts": "link:../../contracts/l1-contracts",
"l2-contracts": "link:../../contracts/l2-contracts",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/zk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node-fetch": "^2.5.7",
"@types/pg": "^8.10.3",
"@types/tabtab": "^3.0.1",
"hardhat": "=2.16.0",
"hardhat": "=2.22.2",
"typescript": "^4.3.5",
"cspell": "^8.3.2",
"sql-formatter": "^13.1.0"
Expand Down
Loading

0 comments on commit 5730b87

Please sign in to comment.