Skip to content

Update @walletconnect/ethereum-provider to 2.15.1 #799

Update @walletconnect/ethereum-provider to 2.15.1

Update @walletconnect/ethereum-provider to 2.15.1 #799

Triggered via pull request August 20, 2024 19:36
Status Cancelled
Total duration 1m 16s
Artifacts

pull-request.yml

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

Annotations

25 errors
Size
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Size
The operation was canceled.
Verify / Types (5.1.6, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.2.2, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Test (2, 3)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Test (2, 3)
The operation was canceled.
Verify / Types (5.0.4, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.3.3, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Build
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.5.2, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.4.5, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Test (1, 3)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Test (1, 3)
The operation was canceled.
Verify / Test (3, 3)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
packages/core/src/actions/waitForTransactionReceipt.test.ts > default: packages/core/src/actions/sendTransaction.ts#L104
TransactionExecutionError: 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: [email protected] ❯ getTransactionError node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/utils/errors/getTransactionError.ts:44:10 ❯ sendTransaction node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/waitForTransactionReceipt.test.ts:15:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Insufficient funds for gas * price + value', docsPath: undefined, metaMessages: [ '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\n to: 0xd2135CfB216b74109775236E36d4b433F1DF507B\n value: 0.01 ETH' ], shortMessage: 'The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.', version: '[email protected]', walk: 'Function<walk>' } Caused by: InsufficientFundsError: 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: [email protected] ❯ getNodeError node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/utils/errors/getNodeError.ts:102:12 ❯ node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/utils/errors/getTransactionError.ts:37:19 ❯ getTransactionError node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/utils/errors/getTransactionError.ts:43:5 ❯ sendTransaction node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/actions/wallet/sendTransaction.ts:241:11 ❯ Module.sendTransaction packages/core/src/actions/sendTransaction.ts:104:16 ❯ packages/core/src/actions/waitForTransactionReceipt.test.ts:15:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Insufficient funds for gas * price + value', docsPath: undefined, metaMessages: [ '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.' ], shortMessage: 'The total cost (gas * gas fee + value) of executing t
packages/core/src/actions/waitForTransactionReceipt.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/[email protected] ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/waitForTransactionReceipt.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/[email protected]', walk: 'Function<walk>' }
packages/core/src/actions/waitForTransactionReceipt.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/[email protected] ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/waitForTransactionReceipt.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/[email protected]', walk: 'Function<walk>' }
packages/core/src/actions/waitForTransactionReceipt.test.ts > default: packages/core/src/actions/connect.ts#L52
ConnectorAlreadyConnectedError: Connector already connected. Version: @wagmi/[email protected] ❯ Module.connect packages/core/src/actions/connect.ts:52:11 ❯ packages/core/src/actions/waitForTransactionReceipt.test.ts:13:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'Connector already connected.', docsBaseUrl: 'https://wagmi.sh/core', version: '@wagmi/[email protected]', walk: 'Function<walk>' }
Verify / Test (3, 3)
The operation was canceled.
Verify / Types (5.1.6, 2.17.0)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.0.4, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.3.3, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.4.5, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.5.2, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists
Verify / Types (5.2.2, latest)
Canceling since a higher priority waiting request for 'Pull Request-chore/ethereum-provider-2.15.1' exists