fix: bind attribution memo nonce to challenge ID #922
pull-request.yml
on: pull_request
Verify
/
Checks
26s
Verify
/
Test Runtime
3m 42s
Verify
/
Test HTML
1m 6s
Verify
/
CI Gate
2s
Annotations
4 errors and 2 warnings
|
Verify / Checks
Process completed with exit code 1.
|
|
Verify / Test Runtime
Process completed with exit code 1.
|
|
[node] src/middlewares/hono.test.ts:
test/setup.ts#L16
TransactionExecutionError: The request took too long to respond.
URL: http://localhost:7545/5234
Request body: {"method":"eth_getTransactionCount","params":["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","pending"]}
Request Arguments:
from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
Details: The request timed out.
Version: viem@2.47.6
❯ getTransactionError node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/utils/errors/getTransactionError.ts:44:9
❯ sendTransactionSync node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/actions/wallet/sendTransactionSync.ts:407:10
❯ test/setup.ts:16:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'The request timed out.', docsPath: undefined, metaMessages: [ 'URL: http://localhost:7545/5234', 'Request body: {"method":"eth_getTransactionCount","params":["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","pending"]}', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' ], shortMessage: 'The request took too long to respond.', version: '2.47.6', walk: 'Function<walk>' }
Caused by: Caused by: TimeoutError: The request took too long to respond.
URL: http://localhost:7545/5234
Request body: {"method":"eth_getTransactionCount","params":["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","pending"]}
Details: The request timed out.
Version: viem@2.47.6
❯ Object.request node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/rpc/http.js:43:36
❯ fn node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/transports/http.js:47:41
❯ request node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/clients/transports/http.js:51:51
❯ withRetry.delay.count.count node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/buildRequest.js:28:30
❯ attemptRetry node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withRetry.js:12:36
❯ node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withRetry.js:22:9
❯ withRetry node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withRetry.js:3:12
❯ withDedupe.enabled node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/buildRequest.js:26:33
❯ withDedupe node_modules/.pnpm/viem@2.47.6_bufferutil@4.1.0_typescript@5.9.3_utf-8-validate@5.0.10_zod@4.3.6/node_modules/viem/_esm/utils/promise/withDedupe.js:7:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'The request timed out.', docsPath: undefined, metaMessages: [ 'URL: http://localhost:7545/5234', 'Request body: {"method":"eth_getTransactionCount","params":["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266","pending"]}' ], shortMessage: 'The request took too long to respond.', version: '2.47.6', url: 'http://localhost:7545/5234', walk: 'Function<walk>' }
|
|
Verify / CI Gate
Process completed with exit code 1.
|
|
Verify / Test HTML
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. 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/
|
|
Verify / Test Runtime
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830, docker/setup-docker-action@e43656e248c0bd0647d3f5c195d116aacf6fcaf4. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-artifacts
Expired
|
199 KB |
sha256:d951462980cd96e70804f3b1a9414052c26206d7efbfd862c146d5568f490b92
|
|