Skip to content

fix: #4150

fix: #4150 #766

Triggered via push July 17, 2024 20:50
Status Failure
Total duration 2m 30s
Artifacts

changesets.yml

on: push
Matrix: Verify / Test
Matrix: Verify / Types
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

47 errors and 2 warnings
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/sendTransaction.test.ts#L19
AssertionError: promise rejected "TransactionExecutionError: The total cost… { …(6) }" instead of resolving ❯ packages/core/src/actions/sendTransaction.test.ts:19:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0xd2135CfB216b74109775236E36d4b433F1DF507B value: 0.01 ETH Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getNodeError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getNodeError.ts:102:12 ❯ node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:37:19 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:43:5 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise/withRetry.ts:44:22 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/sendTransaction.test.ts#L19
AssertionError: promise rejected "TransactionExecutionError: The total cost… { …(6) }" instead of resolving ❯ packages/core/src/actions/sendTransaction.test.ts:19:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0xd2135CfB216b74109775236E36d4b433F1DF507B value: 0.01 ETH Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getNodeError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getNodeError.ts:102:12 ❯ node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:37:19 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:43:5 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise/withRetry.ts:44:22 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/sendTransaction.test.ts#L19
AssertionError: promise rejected "TransactionExecutionError: The total cost… { …(6) }" instead of resolving ❯ packages/core/src/actions/sendTransaction.test.ts:19:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0xd2135CfB216b74109775236E36d4b433F1DF507B value: 0.01 ETH Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ getNodeError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getNodeError.ts:102:12 ❯ node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:37:19 ❯ getTransactionError node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/errors/getTransactionError.ts:43:5 ❯ sendTransaction node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/sendTransaction.test.ts:14:3 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise/withRetry.ts:44:22 Caused by: Error: Transaction creation failed. URL: http://127.0.0.1:8545/1 Request body: {"method":"eth_sendTransaction","params":[{"from":"0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","to":"0xd2135CfB216b74109775236E36d4b433F1DF507B","value":"0x2386f26fc10000"}]} Details: Insufficient funds for gas * price + value Version: viem@2.17.0 ❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/buildRequest.ts:150:25 ❯ attemptRetry node_modules/.pnpm/viem@2.17.0_bufferutil@4.0.8_typescript@5.5.2_utf-8-validate@5.0.10_zod@3.22.4/node_modules/viem/utils/promise
packages/core/src/actions/sendTransaction.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/core@x.y.z ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/sendTransaction.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/core@x.y.z', walk: 'Function<walk>' }
Verify / Test (2, 3)
The job was canceled because "_3_3" failed.
Verify / Test (1, 3)
The job was canceled because "_3_3" failed.
Verify / Types (5.2.2, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.2.2, 2.17.0)
Process completed with exit code 2.
Verify / Types (5.1.6, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.1.6, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.1.6, latest)
Process completed with exit code 2.
Verify / Types (5.1.6, 2.17.0)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.1.6, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.1.6, 2.17.0)
Process completed with exit code 2.
Verify / Types (5.3.3, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.3.3, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.3.3, latest)
Process completed with exit code 2.
Verify / Types (5.3.3, 2.17.0)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.3.3, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.3.3, 2.17.0)
Process completed with exit code 2.
Verify / Types (5.0.4, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.0.4, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.0.4, latest)
The operation was canceled.
Verify / Types (5.4.5, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.4.5, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.4.5, latest)
The operation was canceled.
Verify / Types (5.2.2, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.2.2, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.2.2, latest)
The operation was canceled.
Verify / Types (5.4.5, 2.17.0)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.4.5, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.4.5, 2.17.0)
The operation was canceled.
Verify / Types (5.5.2, latest)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.5.2, latest)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.5.2, latest)
The operation was canceled.
Verify / Types (5.0.4, 2.17.0)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.0.4, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.0.4, 2.17.0)
The operation was canceled.
Verify / Types (5.5.2, 2.17.0)
The job was canceled because "_5_2_2_2_17_0" failed.
Verify / Types (5.5.2, 2.17.0)
Type '{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | Promise<{ chainId?: number | undefined; connections?: Map<string, Connection> | undefined; current?: string | null | undefined; status?: "connected" | "connecting" | "disconnected" | "reconnecting" | undefined; } | null> | null' does not satisfy the constraint '"Expected: null, Actual: never" | "Expected: ..., Actual: never"'.
Verify / Types (5.5.2, 2.17.0)
The operation was canceled.
Verify / Test (3, 3)
Attempt 1 failed. Reason: Child_process exited with error code 1
Verify / Test (3, 3)
Attempt 2 failed. Reason: Child_process exited with error code 1