refactor: centralize secure clob header resolution #16
Annotations
7 errors and 1 warning
|
Verify
Process completed with exit code 1.
|
|
[client] packages/client/src/actions/wallets.test.ts > Wallets > fetchWalletType > fetches the wallet type for an address and signer pair:
packages/client/src/actions/wallets.test.ts#L15
AssertionError: expected +0 to deeply equal { type: +0, typeName: 'EOA' }
- Expected:
{
"type": 0,
"typeName": "EOA",
}
+ Received:
0
❯ packages/client/src/actions/wallets.test.ts:15:22
|
|
[client] packages/client/src/actions/account.test.ts > Account > authenticated reads > fetches authenticated account state:
packages/client/src/ServiceClient.ts#L189
RequestRejectedError: profile not found
❯ packages/client/src/ServiceClient.ts:189:15
❯ PublicClient.#resolveSignatureType packages/client/src/clients.ts:141:21
❯ PublicClient.<anonymous> packages/client/src/clients.ts:95:31
❯ authenticate packages/client/src/viem/index.ts:40:22
❯ packages/client/src/actions/account.test.ts:16: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#L189
RequestRejectedError: profile not found
❯ packages/client/src/ServiceClient.ts:189:15
❯ PublicClient.#resolveSignatureType packages/client/src/clients.ts:141:21
❯ PublicClient.<anonymous> packages/client/src/clients.ts:95:31
❯ 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#L189
RequestRejectedError: profile not found
❯ packages/client/src/ServiceClient.ts:189:15
❯ PublicClient.#resolveSignatureType packages/client/src/clients.ts:141:21
❯ PublicClient.<anonymous> packages/client/src/clients.ts:95:31
❯ 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#L189
RequestRejectedError: profile not found
❯ packages/client/src/ServiceClient.ts:189:15
❯ PublicClient.#resolveSignatureType packages/client/src/clients.ts:141:21
❯ PublicClient.<anonymous> packages/client/src/clients.ts:95:31
❯ 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#L189
RequestRejectedError: profile not found
❯ packages/client/src/ServiceClient.ts:189:15
❯ PublicClient.#resolveSignatureType packages/client/src/clients.ts:141:21
❯ PublicClient.<anonymous> packages/client/src/clients.ts:95:31
❯ 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/
|