Skip to content

fix: Optimize resume txn logic using Wormholescan #2865

fix: Optimize resume txn logic using Wormholescan

fix: Optimize resume txn logic using Wormholescan #2865

Triggered via pull request July 21, 2025 22:07
Status Failure
Total duration 2m 3s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build-hosted
Process completed with exit code 2.
build-hosted: src/routes/__tests__/operator.test.ts#L53
'result' is declared but its value is never read.
build-hosted: src/routes/__tests__/operator.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
build-library: src/routes/__tests__/operator.test.ts#L53
'result' is declared but its value is never read.
build-library: src/routes/__tests__/operator.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
lint: src/views/v2/Redeem/TransactionDetails/index.tsx#L292
React Hook useMemo has missing dependencies: 'fromChain' and 'toChain'. Either include them or remove the dependency array
lint: src/views/v2/Bridge/index.tsx#L450
React Hook useMemo has an unnecessary dependency: 'mobile'. Either exclude it or remove the dependency array
lint: src/views/v2/Bridge/index.tsx#L279
React Hook useMemo has an unnecessary dependency: 'supportedDestTokens'. Either exclude it or remove the dependency array
lint: src/views/v2/Bridge/WalletConnector/Sidebar.tsx#L292
React Hook useMemo has an unnecessary dependency: 'styles.submitButton'. Either exclude it or remove the dependency array
lint: src/views/v2/Bridge/AssetPicker/TokenList.tsx#L159
React Hook useMemo has unnecessary dependencies: 'props.balances', 'props.isFetchingBalances', 'props.isSource', and 'tokenPrices'. Either exclude them or remove the dependency array
lint: src/views/TxSearch.tsx#L162
React Hook useMemo has an unnecessary dependency: 'config.chainsArr'. Either exclude it or remove the dependency array. Outer scope values like 'config.chainsArr' aren't valid dependencies because mutating them doesn't re-render the component
lint: src/views/TxSearch.tsx#L141
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
lint: src/routes/__tests__/operator.test.ts#L53
'result' is assigned a value but never used
lint: src/components/SampleApp/index.tsx#L213
React Hook useEffect has a missing dependency: 'customThemeInput'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCustomTheme' needs the current value of 'customThemeInput'
lint: src/components/SampleApp/index.tsx#L212
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array