feat(wallet): add custodial wallet persistence, status transitions, and KMS references #179
ci.yml
on: pull_request
Lint, typecheck, format, test
23s
Annotations
2 errors and 2 warnings
|
Lint, typecheck, format, test
Process completed with exit code 1.
|
|
Lint, typecheck, format, test:
tests/unit/wallet-transitions.test.ts#L69
Strings must use singlequote
|
|
Lint, typecheck, format, test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint, typecheck, format, test:
tests/unit/wallet-transitions.test.ts#L8
'WalletStatus' is defined but never used. Allowed unused vars must match /^I[A-Z]|^_/u
|