mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Unpeg fixed dependency from elementfi external test
This commit is contained in:
parent
e06f3b2c46
commit
cca1b460c9
@ -87,10 +87,6 @@ function elementfi_test
|
|||||||
sed -i 's|bytes32(uint256(pool))|bytes32(uint256(uint160(pool)))|g' vault/PoolRegistry.sol
|
sed -i 's|bytes32(uint256(pool))|bytes32(uint256(uint160(pool)))|g' vault/PoolRegistry.sol
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# The test suite uses forked Mainnet and an expiration period that's too short.
|
|
||||||
# TODO: Remove when https://github.com/element-fi/elf-contracts/issues/243 is fixed.
|
|
||||||
sed -i 's|^\s*require(_expiration - block\.timestamp < _unitSeconds);\s*$||g' contracts/ConvergentCurvePool.sol
|
|
||||||
|
|
||||||
# Disable tests that won't pass on the ir presets due to Hardhat heuristics. Note that this also disables
|
# Disable tests that won't pass on the ir presets due to Hardhat heuristics. Note that this also disables
|
||||||
# them for other presets but that's fine - we want same code run for benchmarks to be comparable.
|
# them for other presets but that's fine - we want same code run for benchmarks to be comparable.
|
||||||
# TODO: Remove this when Hardhat adjusts heuristics for IR (https://github.com/nomiclabs/hardhat/issues/2115).
|
# TODO: Remove this when Hardhat adjusts heuristics for IR (https://github.com/nomiclabs/hardhat/issues/2115).
|
||||||
|
Loading…
Reference in New Issue
Block a user