Skip to content

fix: refreshing when connected to multiple namespaces only reconnects active namespace #8049

fix: refreshing when connected to multiple namespaces only reconnects active namespace

fix: refreshing when connected to multiple namespaces only reconnects active namespace #8049

Triggered via pull request December 11, 2024 17:48
Status Failure
Total duration 13m 14s
Artifacts 5

pr_checks.yml

on: pull_request
Matrix: code_style
Matrix: ui-test / Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 24 warnings
code_style (lint): packages/appkit/src/client.ts#L1538
Unexpected console statement
code_style (lint): packages/appkit/src/client.ts#L1695
Unexpected console statement
code_style (lint): packages/appkit/src/client.ts#L1706
Unexpected console statement
code_style (lint)
@reown/appkit#lint: command (/home/runner/work/appkit/appkit/packages/appkit) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
code_style (lint)
Process completed with exit code 1.
code_style (typecheck)
The job was canceled because "lint" failed.
code_style (typecheck)
The operation was canceled.
code_style (build:sample-apps)
The job was canceled because "lint" failed.
code_style (build:sample-apps)
The operation was canceled.
tests/controllers/ConnectionController.test.ts > ConnectionController > should update state correctly and set wcPromisae on connectWalletConnect(): packages/core/tests/controllers/ConnectionController.test.ts#L112
AssertionError: expected "setConnectedConnector" to be called with arguments: [ 'WALLET_CONNECT' ] Received: 1st setConnectedConnector call: Array [ "WALLET_CONNECT", + "eip155", ] Number of calls: 1 ❯ tests/controllers/ConnectionController.test.ts:112:24
tests/controllers/ConnectionController.test.ts > ConnectionController > connectExternal() should trigger internal client call and set connector in storage: packages/core/tests/controllers/ConnectionController.test.ts#L122
AssertionError: expected "setConnectedConnector" to be called with arguments: [ 'WALLET_CONNECT' ] Received: 1st setConnectedConnector call: Array [ "WALLET_CONNECT", + "eip155", ] Number of calls: 1 ❯ tests/controllers/ConnectionController.test.ts:122:24
test
Process completed with exit code 1.
ui-test / Playwright Tests (1, 5)
Process completed with exit code 1.
ui-test / Playwright Tests (5, 5)
Process completed with exit code 1.
ui-test / Playwright Tests (2, 5)
Process completed with exit code 1.
ui-test / Playwright Tests (3, 5)
Process completed with exit code 1.
ui-test / Playwright Tests (4, 5)
Process completed with exit code 1.
code_style (prettier)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code_style (danger)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code_style (lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
code_style (lint): packages/siwe/src/client.ts#L22
Variable name `enabled` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/siwe/src/client.ts#L25
Variable name `signOutOnAccountChange` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/siwe/src/client.ts#L26
Variable name `signOutOnDisconnect` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/siwe/src/client.ts#L27
Variable name `signOutOnNetworkChange` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/common/src/utils/InputUtil.ts#L29
Variable name `controlPressed` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/common/src/utils/InputUtil.ts#L32
Variable name `selectAll` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/common/src/utils/InputUtil.ts#L33
Variable name `copyKey` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/common/src/utils/InputUtil.ts#L34
Variable name `pasteKey` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/common/src/utils/InputUtil.ts#L35
Variable name `cutKey` must have one of the following prefixes: is, has, can, should, will, did
code_style (lint): packages/adapters/ethers/src/client.ts#L268
Variable name `injectedConnector` must have one of the following prefixes: is, has, can, should, will, did
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ui-test / Playwright Tests (1, 5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
ui-test / Playwright Tests (1, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test / Playwright Tests (5, 5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
ui-test / Playwright Tests (5, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test / Playwright Tests (2, 5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
ui-test / Playwright Tests (2, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test / Playwright Tests (3, 5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
ui-test / Playwright Tests (3, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test / Playwright Tests (4, 5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
ui-test / Playwright Tests (4, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
playwright-report-1
302 MB
playwright-report-2
280 MB
playwright-report-3
287 MB
playwright-report-4
275 MB
playwright-report-5
235 MB