feat: abacus-ts calculations flow #5102
Annotations
10 errors and 11 warnings
lint:
src/abacus-ts/calculators/blockRewards.ts#L10
'calculateBlockRewards' is defined but never used
|
lint:
src/abacus-ts/calculators/fills.ts#L10
'calculateFills' is defined but never used
|
lint:
src/abacus-ts/calculators/orders.ts#L17
'calculateOpenOrders' is defined but never used
|
lint:
src/abacus-ts/calculators/orders.ts#L29
'calculateOrderHistory' is defined but never used
|
lint:
src/abacus-ts/calculators/orders.ts#L41
'calculateSubaccountOrder' is defined but never used
|
lint:
src/abacus-ts/calculators/orders.ts#L42
'order' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/abacus-ts/calculators/orders.ts#L43
'protocolHeight' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/abacus-ts/calculators/orders.ts#L66
'calculateBaseOrderStatus' is defined but never used
|
lint:
src/abacus-ts/calculators/transfers.ts#L10
'calculateTransfers' is defined but never used
|
lint
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
src/components/Button.tsx#L228
Unnecessary conditional, value is always truthy
|
lint:
src/components/ComboboxMenu.tsx#L203
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
lint:
src/components/Details.tsx#L224
Unnecessary conditional, value is always truthy
|
lint:
src/components/Details.tsx#L232
Unnecessary conditional, value is always truthy
|
lint:
src/components/Details.tsx#L244
Unnecessary conditional, value is always truthy
|
lint:
src/components/GuardedMobileRoute.tsx#L27
React Hook useEffect has missing dependencies: 'canAccountTrade', 'dispatch', and 'isTablet'. Either include them or remove the dependency array
|
lint:
src/components/GuardedMobileRoute.tsx#L38
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
lint:
src/components/QrCode.tsx#L73
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
|
lint:
src/components/QrCode.tsx#L77
React Hook useEffect has a missing dependency: 'size'. Either include it or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component
|
lint:
src/components/QrCode.tsx#L85
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
|