fix: enable KillSwitchService auto-recovery by default with circuit breaker (#373) - #377
Merged
akordavid373 merged 1 commit intoJul 29, 2026
Annotations
10 errors and 5 warnings
|
Run npm run type-check
'"lucide-react"' has no exported member named '_Clock'. Did you mean 'Clock'?
|
|
Run npm run type-check
'"lucide-react"' has no exported member named '_TrendingDown'. Did you mean 'TrendingDown'?
|
|
Run npm run type-check
Object literal may only specify known properties, and 'network' does not exist in type '{ networkPassphrase?: string; address?: string; }'.
|
|
Run npm run type-check
Type 'unknown' is not assignable to type 'ReactI18NextChildren | Iterable<ReactI18NextChildren>'.
|
|
Run npm run type-check
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
|
Run npm run type-check
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
|
Run npm run type-check
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
|
Run npm run type-check
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
|
Run npm run type-check
Cannot find name 'KeyboardShortcutsHelp'. Did you mean 'useKeyboardShortcuts'?
|
|
Run npm run type-check
Expected 1-2 arguments, but got 0.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Run actions/checkout@v4
The process '/usr/bin/git' failed with exit code 128
|
|
Run npm run lint:
frontend/src/hooks/useWallet.ts#L358
React Hook useEffect has a missing dependency: 'connect'. Either include it or remove the dependency array
|
|
Run npm run lint:
frontend/src/components/WalletDashboard.tsx#L449
React Hook useCallback has a missing dependency: 'error'. Either include it or remove the dependency array
|
|
Run npm run lint:
frontend/src/components/PerformanceCharts.tsx#L228
The ref value 'animationFrameRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'animationFrameRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
background
wait
wait-all
cancel
parallel
Loading