Skip to content

Add erc20 override utils #729

Add erc20 override utils

Add erc20 override utils #729

Triggered via pull request October 23, 2024 18:55
Status Failure
Total duration 6m 14s
Artifacts

on-pull-request.yml

on: pull_request
Matrix: Verify / Test
Matrix: Verify / Types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:43365 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c9b161f82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0b7d83955d3839d50a1567f6325672e84402c42698862b61f589ddceee5ae1782a039bb1249004068010cf2e30109620aab37d7e9a668fb713d7fdfdcc9d5984f25"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:43365', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c9b161f82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0b7d83955d3839d50a1567f6325672e84402c42698862b61f589ddceee5ae1782a039bb1249004068010cf2e30109620aab37d7e9a668fb713d7fdfdcc9d5984f25"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:43365 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c9b161f82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0b7d83955d3839d50a1567f6325672e84402c42698862b61f589ddceee5ae1782a039bb1249004068010cf2e30109620aab37d7e9a668fb713d7fdfdcc9d5984f25"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:43365', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c9b161f82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004666e3e285762b24b16978cd9849cd3dc962a09c0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0b7d83955d3839d50a1567f6325672e84402c42698862b61f589ddceee5ae1782a039bb1249004068010cf2e30109620aab37d7e9a668fb713d7fdfdcc9d5984f25"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method: 'eth_send
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:41883 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd6518a82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0faa52484cd2f344d73c6d545414a7f6d45c2e8bd3cfdcd64ac09af679c9e6e27a003a8d30cde1b2daee20b41b09ad2bc8dd64127a1ceca169db25c92bcc1e3d36a"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41883', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd6518a82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0faa52484cd2f344d73c6d545414a7f6d45c2e8bd3cfdcd64ac09af679c9e6e27a003a8d30cde1b2daee20b41b09ad2bc8dd64127a1ceca169db25c92bcc1e3d36a"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:41883 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd6518a82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0faa52484cd2f344d73c6d545414a7f6d45c2e8bd3cfdcd64ac09af679c9e6e27a003a8d30cde1b2daee20b41b09ad2bc8dd64127a1ceca169db25c92bcc1e3d36a"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41883', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd6518a82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000004beea32a4f63957e632d67f9e33eb1d94e14eacd0000000000000000000000000000000000000000000000056bc75e2d63100000c080a0faa52484cd2f344d73c6d545414a7f6d45c2e8bd3cfdcd64ac09af679c9e6e27a003a8d30cde1b2daee20b41b09ad2bc8dd64127a1ceca169db25c92bcc1e3d36a"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method: 'eth_send
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:39415 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bdea72d82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000c001a06db17d1ce82b3d78fbbd077ee078dfaaa767c919ffbf1c6b343e7b7527ddcb4da07920e0572e872b11d6aee1c7bcb5877c3e27be5b1747fa6655d669589700fe46"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:39415', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bdea72d82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000c001a06db17d1ce82b3d78fbbd077ee078dfaaa767c919ffbf1c6b343e7b7527ddcb4da07920e0572e872b11d6aee1c7bcb5877c3e27be5b1747fa6655d669589700fe46"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:39415 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bdea72d82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000c001a06db17d1ce82b3d78fbbd077ee078dfaaa767c919ffbf1c6b343e7b7527ddcb4da07920e0572e872b11d6aee1c7bcb5877c3e27be5b1747fa6655d669589700fe46"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:39415', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bdea72d82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000006736eb2bd3890b783c1c6b6d48dc43e7fe76c1b90000000000000000000000000000000000000000000000056bc75e2d63100000c001a06db17d1ce82b3d78fbbd077ee078dfaaa767c919ffbf1c6b343e7b7527ddcb4da07920e0572e872b11d6aee1c7bcb5877c3e27be5b1747fa6655d669589700fe46"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method: 'eth_send
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:41263 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd64e4782c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a2860fae01b5ce322e3511d3c2337dbd35e5e4c805046984b603a8684b5546bba034a8dd52bd62709c24fe910e2c7f4f470ecdd07076a52d2b1a543a20e59241d5"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41263', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd64e4782c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a2860fae01b5ce322e3511d3c2337dbd35e5e4c805046984b603a8684b5546bba034a8dd52bd62709c24fe910e2c7f4f470ecdd07076a52d2b1a543a20e59241d5"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:41263 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd64e4782c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a2860fae01b5ce322e3511d3c2337dbd35e5e4c805046984b603a8684b5546bba034a8dd52bd62709c24fe910e2c7f4f470ecdd07076a52d2b1a543a20e59241d5"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41263', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bd64e4782c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000ee54ed77525f3752ba2d8b6c290d91691ecbfbe70000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a2860fae01b5ce322e3511d3c2337dbd35e5e4c805046984b603a8684b5546bba034a8dd52bd62709c24fe910e2c7f4f470ecdd07076a52d2b1a543a20e59241d5"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method: 'eth_send
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:41155 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bffa68982c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000c001a0226e274b105a2e9e7137461a6dd86760af4806a6fdbe63912756caa3cf61e089a025caff82cc61a7955e9ef41c54473f6e9456f1c22c8ba54154aa56c941fc2d24"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41155', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bffa68982c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000c001a0226e274b105a2e9e7137461a6dd86760af4806a6fdbe63912756caa3cf61e089a025caff82cc61a7955e9ef41c54473f6e9456f1c22c8ba54154aa56c941fc2d24"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:41155 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bffa68982c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000c001a0226e274b105a2e9e7137461a6dd86760af4806a6fdbe63912756caa3cf61e089a025caff82cc61a7955e9ef41c54473f6e9456f1c22c8ba54154aa56c941fc2d24"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:41155', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843bffa68982c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000560ee1e266327ffffcd20d4105b7b181401685160000000000000000000000000000000000000000000000056bc75e2d63100000c001a0226e274b105a2e9e7137461a6dd86760af4806a6fdbe63912756caa3cf61e089a025caff82cc61a7955e9ef41c54473f6e9456f1c22c8ba54154aa56c941fc2d24"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method: 'eth_send
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:34657 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843be848de82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a20b45e8e211e756b354f4a05b7de27573c63ff2f406665a214e6dd04c8d8702a04ea5cb4de3448f5a5cd542a177981e96767f89f8d1f18b6f74ced116681dc032"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:34657', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843be848de82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a20b45e8e211e756b354f4a05b7de27573c63ff2f406665a214e6dd04c8d8702a04ea5cb4de3448f5a5cd542a177981e96767f89f8d1f18b6f74ced116681dc032"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:34657 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843be848de82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a20b45e8e211e756b354f4a05b7de27573c63ff2f406665a214e6dd04c8d8702a04ea5cb4de3448f5a5cd542a177981e96767f89f8d1f18b6f74ced116681dc032"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:34657', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843be848de82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca80000000000000000000000002c18efec0ee3e65ee73d9fe0af38af6ed5fc1ac40000000000000000000000000000000000000000000000056bc75e2d63100000c001a0a20b45e8e211e756b354f4a05b7de27573c63ff2f406665a214e6dd04c8d8702a04ea5cb4de3448f5a5cd542a177981e96767f89f8d1f18b6f74ced116681dc032"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:33059 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c1e744c82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000c001a02966bff4d92e0b8d60972a05a0aff3fcb46d24ca703257aa2e3787aa233c0acfa0213d354de35c58fbcce1c9a1db2f99b195d4123ff3695e1ce833185a9645a81e"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:33059', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c1e744c82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000c001a02966bff4d92e0b8d60972a05a0aff3fcb46d24ca703257aa2e3787aa233c0acfa0213d354de35c58fbcce1c9a1db2f99b195d4123ff3695e1ce833185a9645a81e"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:33059 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c1e744c82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000c001a02966bff4d92e0b8d60972a05a0aff3fcb46d24ca703257aa2e3787aa233c0acfa0213d354de35c58fbcce1c9a1db2f99b195d4123ff3695e1ce833185a9645a81e"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:33059', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c1e744c82c98b9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000272f166e2850c38dda71ac416d89f7d8d51ad31b0000000000000000000000000000000000000000000000056bc75e2d63100000c001a02966bff4d92e0b8d60972a05a0aff3fcb46d24ca703257aa2e3787aa233c0acfa0213d354de35c58fbcce1c9a1db2f99b195d4123ff3695e1ce833185a9645a81e"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method
Unhandled error: packages/permissionless-test/src/erc20-utils.ts#L66
TransactionExecutionError: HTTP request failed. URL: http://localhost:42235 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c5f21a882c97f9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000c080a05e0af76d396621b713f227114e81f55ae4f96b930aeb0062356e1069c356bc59a05234764ad6e53cbb72dbde7b3ffdcf3b51c3a1db3982252aa11bd7541ee6b34e"]} Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69 value: 0 ETH data: 0x2d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000 Details: fetch failed Version: 2.21.22 ❯ getTransactionError node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/viem/actions/wallet/sendTransaction.ts:291:11 ❯ Module.sudoMintTokens packages/permissionless-test/src/erc20-utils.ts:66:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:42235', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c5f21a882c97f9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000c080a05e0af76d396621b713f227114e81f55ae4f96b930aeb0062356e1069c356bc59a05234764ad6e53cbb72dbde7b3ffdcf3b51c3a1db3982252aa11bd7541ee6b34e"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x68e13372AE8FAaDDaf32cC08ee44C5ef5A002c69\n value: 0 ETH\n data: 0x2d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000' ], shortMessage: 'HTTP request failed.', version: '2.21.22', walk: 'Function<walk>' } This error originated in "packages/permissionless/experimental/pimlico/utils/prepareUserOperationForErc20Paymaster.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "prepareUserOperationForErc20Paymaster_v07". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown. Caused by: Caused by: HttpRequestError: HTTP request failed. URL: http://localhost:42235 Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c5f21a882c97f9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000c080a05e0af76d396621b713f227114e81f55ae4f96b930aeb0062356e1069c356bc59a05234764ad6e53cbb72dbde7b3ffdcf3b51c3a1db3982252aa11bd7541ee6b34e"]} Details: fetch failed Version: 2.21.22 ❯ Object.request node_modules/viem/utils/rpc/http.ts:146:15 ❯ fn node_modules/viem/clients/transports/http.ts:125:19 ❯ request node_modules/viem/clients/transports/http.ts:130:39 ❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22 ❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'fetch failed', docsPath: undefined, metaMessages: [ 'URL: http://localhost:42235', 'Request body: {"method":"eth_sendRawTransaction","params":["0x02f8b1827a692a843b9aca00843c5f21a882c97f9468e13372ae8faaddaf32cc08ee44c5ef5a002c6980b8442d688ca8000000000000000000000000be2b5a2fd60dbca1fb361473f52a4db2702ae5000000000000000000000000000000000000000000000000056bc75e2d63100000c080a05e0af76d396621b713f227114e81f55ae4f96b930aeb0062356e1069c356bc59a05234764ad6e53cbb72dbde7b3ffdcf3b51c3a1db3982252aa11bd7541ee6b34e"]}' ], shortMessage: 'HTTP request failed.', version: '2.21.22', body: { method
packages/permissionless/utils/erc20AllowanceOverride.test.ts > erc20AllowanceOverride > should return the correct structure for valid inputs: packages/permissionless/utils/erc20AllowanceOverride.ts#L39
InvalidAddressError: Address "0xOwnerAddress" is invalid. - Address must be a hex value of 20 bytes (40 hex characters). - Address must match its checksum counterpart. Version: 2.21.22 ❯ encodeAddress node_modules/viem/utils/abi/encodeAbiParameters.ts:219:32 ❯ prepareParam node_modules/viem/utils/abi/encodeAbiParameters.ts:159:12 ❯ prepareParams node_modules/viem/utils/abi/encodeAbiParameters.ts:124:25 ❯ Module.encodeAbiParameters node_modules/viem/utils/abi/encodeAbiParameters.ts:97:26 ❯ Module.erc20AllowanceOverride packages/permissionless/utils/erc20AllowanceOverride.ts:39:21 ❯ packages/permissionless/utils/erc20AllowanceOverride.test.ts:18:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: [ '- Address must be a hex value of 20 bytes (40 hex characters).', '- Address must match its checksum counterpart.' ], shortMessage: 'Address "0xOwnerAddress" is invalid.', version: '2.21.22', walk: 'Function<walk>' }
packages/permissionless/utils/erc20AllowanceOverride.test.ts > erc20AllowanceOverride > should use the default amount when none is provided: packages/permissionless/utils/erc20AllowanceOverride.ts#L39
InvalidAddressError: Address "0xOwnerAddress" is invalid. - Address must be a hex value of 20 bytes (40 hex characters). - Address must match its checksum counterpart. Version: 2.21.22 ❯ encodeAddress node_modules/viem/utils/abi/encodeAbiParameters.ts:219:32 ❯ prepareParam node_modules/viem/utils/abi/encodeAbiParameters.ts:159:12 ❯ prepareParams node_modules/viem/utils/abi/encodeAbiParameters.ts:124:25 ❯ Module.encodeAbiParameters node_modules/viem/utils/abi/encodeAbiParameters.ts:97:26 ❯ Module.erc20AllowanceOverride packages/permissionless/utils/erc20AllowanceOverride.ts:39:21 ❯ packages/permissionless/utils/erc20AllowanceOverride.test.ts:41:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: [ '- Address must be a hex value of 20 bytes (40 hex characters).', '- Address must match its checksum counterpart.' ], shortMessage: 'Address "0xOwnerAddress" is invalid.', version: '2.21.22', walk: 'Function<walk>' }