switch uniswap branch

This commit is contained in:
Daniel Kirchner 2023-01-05 18:04:40 +01:00
parent 1d7b470b0d
commit c3ea805382

View File

@ -36,9 +36,9 @@ function test_fn { UPDATE_SNAPSHOT=1 npx hardhat test; }
function uniswap_test function uniswap_test
{ {
local repo="https://github.com/solidity-external-tests/uniswap-v3-core.git" local repo="https://github.com/ekpyron/v3-core-eof.git"
local ref_type=branch local ref_type=branch
local ref=main_080 local ref=eof-testing
local config_file="hardhat.config.ts" local config_file="hardhat.config.ts"
local config_var=config local config_var=config
@ -48,8 +48,8 @@ function uniswap_test
#ir-no-optimize # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack." #ir-no-optimize # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack."
#ir-optimize-evm-only # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack." #ir-optimize-evm-only # Compilation fails with: "YulException: Variable ret_0 is 1 slot(s) too deep inside the stack."
ir-optimize-evm+yul ir-optimize-evm+yul
legacy-no-optimize #legacy-no-optimize
legacy-optimize-evm-only #legacy-optimize-evm-only
legacy-optimize-evm+yul legacy-optimize-evm+yul
) )