Skip to content

refactor: tag token IDs in bindings #18

refactor: tag token IDs in bindings

refactor: tag token IDs in bindings #18

Triggered via push April 9, 2026 18:20
Status Failure
Total duration 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Verify
Process completed with exit code 1.
[client] packages/client/src/actions/account.test.ts > Account > dropNotifications > marks notifications as read by id: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/actions/account.test.ts:48:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
[client] packages/client/src/actions/account.test.ts > Account > authenticated reads > fetches authenticated account state: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/actions/account.test.ts:18:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
[client] packages/client/src/clients.test.ts > clients > PublicClient.beginAuthentication > reuses stored credentials during authentication when they remain valid: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/clients.test.ts:41:29 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
[client] packages/client/src/clients.test.ts > clients > PublicClient.beginAuthentication > authenticates twice with the same nonce: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/clients.test.ts:27:27 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
[client] packages/client/src/clients.test.ts > clients > PublicClient.beginAuthentication > authenticates with a non-zero nonce: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/clients.test.ts:19:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
[client] packages/client/src/clients.test.ts > clients > PublicClient.beginAuthentication > authenticates a secure client from an authentication workflow: packages/client/src/ServiceClient.ts#L190
RequestRejectedError: profile not found ❯ packages/client/src/ServiceClient.ts:190:15 ❯ PublicClient.#resolveAccountIdentity packages/client/src/clients.ts:137:21 ❯ PublicClient.<anonymous> packages/client/src/clients.ts:92:26 ❯ authenticate packages/client/src/viem/index.ts:40:22 ❯ packages/client/src/clients.test.ts:11:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 404 }
Verify
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/