Skip to content

Send btc integrate with tx consolidation logic #1756

Send btc integrate with tx consolidation logic

Send btc integrate with tx consolidation logic #1756

Triggered via pull request February 2, 2024 13:10
Status Failure
Total duration 1m 18s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build: src/app/utils/ledger.ts#L18
Argument of type '{ transport: Transport; networkType: NetworkType; addressIndex: number; message: string; }' is not assignable to parameter of type '{ transport: Transport; networkType: NetworkType; addressIndex: number; address: string; message: string; }'.
build
Process completed with exit code 2.
build: src/app/components/accountRow/index.tsx#L296
Unexpected console statement
build: src/app/components/accountRow/lazyAccountRow.tsx#L27
React Hook useEffect has missing dependencies: 'account' and 'fetchBalance'. Either include them or remove the dependency array
build: src/app/components/confirmBtcTransaction/index.tsx#L117
Unexpected console statement
build: src/app/components/confirmBtcTransaction/index.tsx#L138
Unexpected console statement
build: src/app/components/confirmBtcTransactionComponent/bundleItem.tsx#L75
Missing "key" prop for element in iterator
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L241
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L249
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L268
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L328
React Hook useEffect has missing dependencies: 'recipients' and 't'. Either include them or remove the dependency array
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L339
React Hook useEffect has missing dependencies: 'recipients', 't', and 'txError'. Either include them or remove the dependency array