Merge pull request #743 from balancer/manual-release #414
main.yml
on: push
Matrix: Checks / Install
Matrix: Checks / Build
Matrix: Checks / Code quality
Matrix: Checks / Test
Matrix: Release
Annotations
6 errors
|
Checks / Test (18)
Process completed with exit code 1.
|
|
test/entities/swaps/v3/swapV3.integration.test.ts > SwapV3 > permit2 direct approval > multi-hop swap > swap should be executed correctly > path with swaps only > wethIsEth: true > eth out > GivenOut:
test/lib/utils/helper.ts#L66
ContractFunctionExecutionError: The request took too long to respond.
URL: http://127.0.0.1:8946
Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}
Raw Call Arguments:
to: 0x000000000022D473030F116dDEE9F6B43aC78BA3
data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a
Contract Call:
address: 0x000000000022D473030F116dDEE9F6B43aC78BA3
function: allowance(address, address, address)
args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)
Docs: https://viem.sh/docs/contract/readContract
Details: The request timed out.
Version: [email protected]
❯ getContractError node_modules/.pnpm/[email protected][email protected]/node_modules/viem/utils/errors/getContractError.ts:81:10
❯ readContract node_modules/.pnpm/[email protected][email protected]/node_modules/viem/actions/public/readContract.ts:138:11
❯ hasApprovedTokenOnPermit2 test/lib/utils/helper.ts:66:28
❯ approveSpenderOnPermit2 test/lib/utils/helper.ts:248:20
❯ approveToken test/lib/utils/helper.ts:110:45
❯ approveTokens test/lib/utils/helper.ts:167:26
❯ test/entities/swaps/v3/swapV3.integration.test.ts:197:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'The request timed out.', docsPath: '/docs/contract/readContract', metaMessages: [ 'URL: http://127.0.0.1:8946', 'Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}', ' ', 'Raw Call Arguments:', ' to: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a', ' ', 'Contract Call:', ' address: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n function: allowance(address, address, address)\n args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)' ], shortMessage: 'The request took too long to respond.', version: '2.39.3', abi: [ { inputs: [ { internalType: 'uint256', name: 'deadline', type: 'uint256' } ], name: 'AllowanceExpired', type: 'error' }, { inputs: [], name: 'ExcessiveInvalidation', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'amount', type: 'uint256' } ], name: 'InsufficientAllowance', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'maxAmount', type: 'uint256' } ], name: 'InvalidAmount', type: 'error' }, { inputs: [], name: 'InvalidContractSignature', type: 'error' }, { inputs: [], name: 'InvalidNonce', type: 'error' }, { inputs: [], name: 'InvalidSignature', type: 'error' }, { inputs: [], name: 'InvalidSignatureLength', type: 'error' }, { inputs: [], name: 'InvalidSigner', type: 'error' }, { inputs: [], name: 'LengthMismatch', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'signatureDeadline', type: 'uint256' } ], name: 'SignatureExpired', type: 'error' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint160', name: 'amount', type: 'uint160' }, { indexed: false, internalType: 'uint48', name: 'expiration', type: 'uint48' } ], na
|
|
test/entities/swaps/v3/swapV3.integration.test.ts > SwapV3 > permit2 direct approval > single swap > swap should be executed correctly > wethIsEth: true > eth in > GivenOut:
test/lib/utils/helper.ts#L66
ContractFunctionExecutionError: The request took too long to respond.
URL: http://127.0.0.1:8946
Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000b19382073c7a0addbb56ac6af1808fa49e377b75000000000000000000000000c6674c0c7694e9b990eac939e74f8cc3dd39b4b0","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}
Raw Call Arguments:
to: 0x000000000022D473030F116dDEE9F6B43aC78BA3
data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000b19382073c7a0addbb56ac6af1808fa49e377b75000000000000000000000000c6674c0c7694e9b990eac939e74f8cc3dd39b4b0
Contract Call:
address: 0x000000000022D473030F116dDEE9F6B43aC78BA3
function: allowance(address, address, address)
args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0xb19382073c7A0aDdbb56Ac6AF1808Fa49e377B75, 0xc6674C0c7694E9b990eAc939E74F8cc3DD39B4b0)
Docs: https://viem.sh/docs/contract/readContract
Details: The request timed out.
Version: [email protected]
❯ getContractError node_modules/.pnpm/[email protected][email protected]/node_modules/viem/utils/errors/getContractError.ts:81:10
❯ readContract node_modules/.pnpm/[email protected][email protected]/node_modules/viem/actions/public/readContract.ts:138:11
❯ hasApprovedTokenOnPermit2 test/lib/utils/helper.ts:66:28
❯ approveSpenderOnPermit2 test/lib/utils/helper.ts:248:20
❯ approveToken test/lib/utils/helper.ts:129:17
❯ approveTokens test/lib/utils/helper.ts:167:26
❯ test/entities/swaps/v3/swapV3.integration.test.ts:197:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'The request timed out.', docsPath: '/docs/contract/readContract', metaMessages: [ 'URL: http://127.0.0.1:8946', 'Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000b19382073c7a0addbb56ac6af1808fa49e377b75000000000000000000000000c6674c0c7694e9b990eac939e74f8cc3dd39b4b0","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}', ' ', 'Raw Call Arguments:', ' to: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb92266000000000000000000000000b19382073c7a0addbb56ac6af1808fa49e377b75000000000000000000000000c6674c0c7694e9b990eac939e74f8cc3dd39b4b0', ' ', 'Contract Call:', ' address: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n function: allowance(address, address, address)\n args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0xb19382073c7A0aDdbb56Ac6AF1808Fa49e377B75, 0xc6674C0c7694E9b990eAc939E74F8cc3DD39B4b0)' ], shortMessage: 'The request took too long to respond.', version: '2.39.3', abi: [ { inputs: [ { internalType: 'uint256', name: 'deadline', type: 'uint256' } ], name: 'AllowanceExpired', type: 'error' }, { inputs: [], name: 'ExcessiveInvalidation', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'amount', type: 'uint256' } ], name: 'InsufficientAllowance', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'maxAmount', type: 'uint256' } ], name: 'InvalidAmount', type: 'error' }, { inputs: [], name: 'InvalidContractSignature', type: 'error' }, { inputs: [], name: 'InvalidNonce', type: 'error' }, { inputs: [], name: 'InvalidSignature', type: 'error' }, { inputs: [], name: 'InvalidSignatureLength', type: 'error' }, { inputs: [], name: 'InvalidSigner', type: 'error' }, { inputs: [], name: 'LengthMismatch', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'signatureDeadline', type: 'uint256' } ], name: 'SignatureExpired', type: 'error' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint160', name: 'amount', type: 'uint160' }, { indexed: false, internalType: 'uint48', name: 'expiration', type: 'uint48' } ], na
|
|
test/entities/swaps/v3/swapV3.integration.test.ts > SwapV3 > permit2 direct approval > single swap > swap should be executed correctly > wethIsEth: true > eth in > GivenIn:
test/lib/utils/helper.ts#L66
ContractFunctionExecutionError: The request took too long to respond.
URL: http://127.0.0.1:8946
Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}
Raw Call Arguments:
to: 0x000000000022D473030F116dDEE9F6B43aC78BA3
data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a
Contract Call:
address: 0x000000000022D473030F116dDEE9F6B43aC78BA3
function: allowance(address, address, address)
args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)
Docs: https://viem.sh/docs/contract/readContract
Details: The request timed out.
Version: [email protected]
❯ getContractError node_modules/.pnpm/[email protected][email protected]/node_modules/viem/utils/errors/getContractError.ts:81:10
❯ readContract node_modules/.pnpm/[email protected][email protected]/node_modules/viem/actions/public/readContract.ts:138:11
❯ hasApprovedTokenOnPermit2 test/lib/utils/helper.ts:66:28
❯ approveSpenderOnPermit2 test/lib/utils/helper.ts:248:20
❯ approveToken test/lib/utils/helper.ts:110:45
❯ approveTokens test/lib/utils/helper.ts:167:26
❯ test/entities/swaps/v3/swapV3.integration.test.ts:197:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'The request timed out.', docsPath: '/docs/contract/readContract', metaMessages: [ 'URL: http://127.0.0.1:8946', 'Request body: {"method":"eth_call","params":[{"data":"0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a","to":"0x000000000022D473030F116dDEE9F6B43aC78BA3"},"latest"]}', ' ', 'Raw Call Arguments:', ' to: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n data: 0x927da105000000000000000000000000f39fd6e51aad88f6f4ce6ab8827279cfffb922660000000000000000000000007b79995e5f793a07bc00c21412e50ecae098e7f90000000000000000000000005e315f96389c1aaf9324d97d3512ae1e0bf3c21a', ' ', 'Contract Call:', ' address: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n function: allowance(address, address, address)\n args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)' ], shortMessage: 'The request took too long to respond.', version: '2.39.3', abi: [ { inputs: [ { internalType: 'uint256', name: 'deadline', type: 'uint256' } ], name: 'AllowanceExpired', type: 'error' }, { inputs: [], name: 'ExcessiveInvalidation', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'amount', type: 'uint256' } ], name: 'InsufficientAllowance', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'maxAmount', type: 'uint256' } ], name: 'InvalidAmount', type: 'error' }, { inputs: [], name: 'InvalidContractSignature', type: 'error' }, { inputs: [], name: 'InvalidNonce', type: 'error' }, { inputs: [], name: 'InvalidSignature', type: 'error' }, { inputs: [], name: 'InvalidSignatureLength', type: 'error' }, { inputs: [], name: 'InvalidSigner', type: 'error' }, { inputs: [], name: 'LengthMismatch', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'signatureDeadline', type: 'uint256' } ], name: 'SignatureExpired', type: 'error' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint160', name: 'amount', type: 'uint160' }, { indexed: false, internalType: 'uint48', name: 'expiration', type: 'uint48' } ], na
|
|
test/entities/swaps/v3/swapV3.integration.test.ts > SwapV3 > permit2 direct approval > single swap > swap should be executed correctly > wethIsEth: true > eth out > GivenOut:
test/lib/utils/helper.ts#L66
ContractFunctionExecutionError: The contract function "allowance" reverted with the following reason:
failed to get account for 0x000000000022D473030F116dDEE9F6B43aC78BA3: Max retries exceeded HTTP error 429 with empty body
Contract Call:
address: 0x000000000022D473030F116dDEE9F6B43aC78BA3
function: allowance(address, address, address)
args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)
Docs: https://viem.sh/docs/contract/readContract
Version: [email protected]
❯ getContractError node_modules/.pnpm/[email protected][email protected]/node_modules/viem/utils/errors/getContractError.ts:81:10
❯ readContract node_modules/.pnpm/[email protected][email protected]/node_modules/viem/actions/public/readContract.ts:138:11
❯ hasApprovedTokenOnPermit2 test/lib/utils/helper.ts:66:28
❯ approveSpenderOnPermit2 test/lib/utils/helper.ts:248:20
❯ approveToken test/lib/utils/helper.ts:110:45
❯ approveTokens test/lib/utils/helper.ts:167:26
❯ test/entities/swaps/v3/swapV3.integration.test.ts:197:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'Contract Call:', ' address: 0x000000000022D473030F116dDEE9F6B43aC78BA3\n function: allowance(address, address, address)\n args: (0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266, 0x7b79995e5f793a07bc00c21412e50ecae098e7f9, 0x5e315f96389C1aaF9324D97d3512ae1e0Bf3C21a)' ], shortMessage: 'The contract function "allowance" reverted with the following reason:\nfailed to get account for 0x000000000022D473030F116dDEE9F6B43aC78BA3: Max retries exceeded HTTP error 429 with empty body', version: '2.39.3', abi: [ { inputs: [ { internalType: 'uint256', name: 'deadline', type: 'uint256' } ], name: 'AllowanceExpired', type: 'error' }, { inputs: [], name: 'ExcessiveInvalidation', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'amount', type: 'uint256' } ], name: 'InsufficientAllowance', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'maxAmount', type: 'uint256' } ], name: 'InvalidAmount', type: 'error' }, { inputs: [], name: 'InvalidContractSignature', type: 'error' }, { inputs: [], name: 'InvalidNonce', type: 'error' }, { inputs: [], name: 'InvalidSignature', type: 'error' }, { inputs: [], name: 'InvalidSignatureLength', type: 'error' }, { inputs: [], name: 'InvalidSigner', type: 'error' }, { inputs: [], name: 'LengthMismatch', type: 'error' }, { inputs: [ { internalType: 'uint256', name: 'signatureDeadline', type: 'uint256' } ], name: 'SignatureExpired', type: 'error' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint160', name: 'amount', type: 'uint160' }, { indexed: false, internalType: 'uint48', name: 'expiration', type: 'uint48' } ], name: 'Approval', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: false, internalType: 'address', name: 'token', type: 'address' }, { indexed: false, internalType: 'address', name: 'spender', type: 'address' } ], name: 'Lockdown', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'spender', type: 'address' }, { indexed: false, internalType: 'uint48', name: 'newNonce', type: 'uint48' }, { indexed: false, internalType: 'uint48', name: 'oldNonce', type: 'uint48' } ], name: 'NonceInvalidation', type: 'event' }, { anonymous: false, inputs: [ { indexed: true, internalType: 'address', name: 'owner', type: 'address' }, { indexed: true, internalType: 'address', name: 'token', type: 'address' }, { indexed: true, internalType: 'address', name: 'sp
|
|
test/v3/priceImpact/priceImpact.V3.integration.test.ts > PriceImpact V3 > Partial Boosted Pool Boosted Pool AddLiquidity > Unbalanced:
src/entities/priceImpact/addLiquidityUnbalancedBoosted.ts#L57
Price Impact: addLiquidity operation will fail at SC level with user defined input.
ContractFunctionExecutionError: The contract function "queryAddLiquidityUnbalancedToERC4626Pool" reverted with the following reason:
failed to get storage for 0xDE46e43F46ff74A23a65EBb0580cbe3dFE684a17 at 9: Max retries exceeded HTTP error 429 with empty body
Contract Call:
address: 0x6A20a4b6DcFF78e6D21BF0dbFfD58C96644DB9cb
function: queryAddLiquidityUnbalancedToERC4626Pool(address pool, bool[] wrapUnderlying, uint256[] exactAmountsIn, address sender, bytes userData)
args: (0x070810362cb6fd4b44f87a225ab0c20aeb194a63, [false,true], ["4000000","1000000000000000000"], 0x0000000000000000000000000000000000000000, 0x)
Docs: https://viem.sh/docs/contract/simulateContract
Version: [email protected]
❯ addLiquidityUnbalancedBoosted src/entities/priceImpact/addLiquidityUnbalancedBoosted.ts:57:15
❯ test/v3/priceImpact/priceImpact.V3.integration.test.ts:169:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { action: 'Add Liquidity Boosted Unbalanced', suggestion: undefined }
|