You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current Hardhat-related package versions have been held back significantly after Hardhat has moved to Ethers v6.
We using the last versions which are still compatible with Ethers v5.
Ethers v6 introduces many small API breaks, which will likely break many scripts inside ./contracts/deploy and ./contract/scripts.
Packages and versions
We need to migrate to versions which are aligned with Curate-v2 and Escrow-v2.
Our current Hardhat-related package versions have been held back significantly after Hardhat has moved to Ethers v6.
We using the last versions which are still compatible with Ethers v5.
Ethers v6 introduces many small API breaks, which will likely break many scripts inside
./contracts/deploy
and./contract/scripts
.Packages and versions
We need to migrate to versions which are aligned with Curate-v2 and Escrow-v2.
Extra requirement
The solidity-coverage workflow should pass. It has been failing presumably because of this issue.
To replicate it:
yarn hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"./test/**/*.ts\" --show-stack-traces
The text was updated successfully, but these errors were encountered: