This repository was archived by the owner on Jul 10, 2026. It is now read-only.
feat: added JAW as wallet provider - #8
Merged
Annotations
17 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. 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/
|
|
packages/app/src/services/__tests__/EscrowService.test.ts#L62
Unexpected any. Specify a different type
|
|
packages/app/src/services/__tests__/EscrowService.test.ts#L36
Unexpected any. Specify a different type
|
|
packages/app/src/services/FheService.ts#L136
Unexpected any. Specify a different type
|
|
packages/app/src/services/FheService.ts#L104
Unexpected any. Specify a different type
|
|
packages/app/src/services/FheService.ts#L19
Unexpected any. Specify a different type
|
|
packages/app/src/hooks/use-auth.ts#L55
Empty block statement
|
|
packages/app/src/components/ui/button.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
packages/app/src/components/ui/badge.tsx#L29
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
packages/backend/src/interface/middleware/with-auth.ts#L6
'HttpResponse' is defined but never used. Allowed unused vars must match /^_/u
|
|
packages/backend/src/dev-server.ts#L180
Unexpected any. Specify a different type
|
|
packages/backend/src/dev-server.ts#L102
Unexpected any. Specify a different type
|
|
packages/backend/src/dev-server.ts#L99
Unexpected any. Specify a different type
|
|
packages/backend/src/application/use-case/escrow/get-public-escrow.use-case.ts#L21
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
|
packages/backend/src/application/use-case/escrow/get-escrows.use-case.ts#L12
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
|
packages/backend/src/application/use-case/auth/refresh-token.use-case.ts#L18
'payload' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
packages/backend/src/application/use-case/auth/__tests__/refresh-token.use-case.test.ts#L9
'ApplicationHttpError' is defined but never used. Allowed unused vars must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading