mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13063 from ethereum/gnosis-euler-ext-test-workarounds
External test workarounds for Gnosis and Euler external test failures
This commit is contained in:
commit
ea2754c157
@ -65,10 +65,6 @@ function ens_test
|
||||
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"
|
||||
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
|
||||
neutralize_packaged_contracts
|
||||
|
||||
|
@ -78,10 +78,6 @@ function euler_test
|
||||
force_hardhat_unlimited_contract_size "$config_file"
|
||||
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
|
||||
neutralize_packaged_contracts
|
||||
|
||||
|
@ -94,6 +94,10 @@ function gnosis_safe_test
|
||||
npm install
|
||||
npm install hardhat-gas-reporter
|
||||
|
||||
# Typescript compilation fails with typescript >= 4.7:
|
||||
# Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`
|
||||
npm install "typescript@<4.7.0"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user