mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove the ethers.js 5.6.2 workaround from all ext tests except for gnosis and uniswap
This commit is contained in:
parent
6937799587
commit
c8612078c4
@ -65,10 +65,6 @@ function ens_test
|
|||||||
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"
|
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
# With ethers.js 5.6.2 many tests for revert messages fail.
|
|
||||||
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
|
|
||||||
yarn add ethers@5.6.1
|
|
||||||
|
|
||||||
replace_version_pragmas
|
replace_version_pragmas
|
||||||
neutralize_packaged_contracts
|
neutralize_packaged_contracts
|
||||||
|
|
||||||
|
@ -78,10 +78,6 @@ function euler_test
|
|||||||
force_hardhat_unlimited_contract_size "$config_file"
|
force_hardhat_unlimited_contract_size "$config_file"
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# With ethers.js 5.6.2 many tests for revert messages fail.
|
|
||||||
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
|
|
||||||
npm install ethers@5.6.1
|
|
||||||
|
|
||||||
replace_version_pragmas
|
replace_version_pragmas
|
||||||
neutralize_packaged_contracts
|
neutralize_packaged_contracts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user