Skip to content

Commit 52407ec

Browse files
committed
1 parent 96847eb commit 52407ec

File tree

3 files changed

+119
-219
lines changed

3 files changed

+119
-219
lines changed

.solcover.js

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
module.exports = {
2-
configureYulOptimizer: true,
3-
solcOptimizerDetails: {
4-
peephole: false,
5-
inliner: false,
6-
jumpdestRemover: false,
7-
orderLiterals: true, // <-- TRUE! Stack too deep when false
8-
deduplicate: false,
9-
cse: false,
10-
constantOptimizer: false,
11-
yul: true,
12-
},
132
skipFiles: ["BokkyPooBahsRedBlackTreeLibrary.sol", "test/"],
143
};

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"@types/chai": "^4.3.12",
3636
"@types/chai-as-promised": "^7.1.8",
3737
"@types/mocha": ">=10.0.6",
38-
"@types/node": ">=20.11.20",
38+
"@types/node": ">=20.11.25",
3939
"chai": "4.x",
4040
"dotenv": "^16.4.5",
4141
"ethers": "^6.11.1",
42-
"hardhat": "^2.20.1",
42+
"hardhat": "^2.21.0",
4343
"hardhat-abi-exporter": "^2.10.1",
4444
"hardhat-contract-sizer": "^2.10.0",
45-
"hardhat-deploy": "^0.11.45",
45+
"hardhat-deploy": "^0.12.1",
4646
"hardhat-gas-reporter": "^1.0.10",
4747
"hardhat-storage-layout": "^0.1.7",
4848
"husky": "^9.0.11",
4949
"prettier": "^3.2.5",
5050
"prettier-plugin-solidity": "^1.3.1",
5151
"pretty-quick": "^4.0.0",
52-
"solidity-coverage": "^0.8.10-rc.0",
52+
"solidity-coverage": "^0.8.11",
5353
"squirrelly": "^9.0.0",
5454
"ts-node": ">=10.9.2",
5555
"typechain": "^8.3.2",

0 commit comments

Comments
 (0)