Skip to content

Commit

Permalink
Merge pull request #134 from threshold-network/change-hardhat-tenderl…
Browse files Browse the repository at this point in the history
…y-version

Change SemVer range for `@tenderly/hardhat-tenderly` dependency

We can't use `@tenderly/hardhat-tenderly` in versions `1.4.x` and higher on
Node.js `v14`, as those `1.4.x` versions introduce dependency to `tslog`
package, which is incompatible with `v14` of Node.js (works on `v16` or
higher). We use Node `v14` in some of the projects having the
`@threshold-network/solidity-contracts` as their dependency.

We had also a problem with installation of `@tenderly/hardhat-tenderly` in
versions `1.2.x`, so we're limiting the allowed versions to `<1.2.0`.

Refs:
keep-network/tbtc-v2#440
keep-network/keep-core#3454
keep-network/coverage-pools#222
  • Loading branch information
r-czajkowski authored Dec 23, 2022
2 parents 59c7d9e + 003384b commit 64c05d1
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"@tenderly/hardhat-tenderly": "^1.0.12",
"@tenderly/hardhat-tenderly": ">=1.0.12 <1.2.0",
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
Expand Down
Loading

0 comments on commit 64c05d1

Please sign in to comment.