Remove "Review transaction" view #1728
Triggered via pull request
January 13, 2025 13:10
Status
Failure
Total duration
6h 0m 25s
Artifacts
–
build.yml
on: pull_request
lint
51s
test
47s
check-sdn-list
54s
check-token-list
6h 0m
build-hosted
1m 39s
build-library
2m 13s
Annotations
2 errors and 15 warnings
check-token-list
The job running on runner GitHub Actions 48 has exceeded the maximum execution time of 360 minutes.
|
check-token-list
The operation was canceled.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
wormhole-connect/src/AppRouter.tsx#L66
React Hook React.useEffect has missing dependencies: 'dispatch' and 'props.config'. Either include them or remove the dependency array
|
lint:
wormhole-connect/src/AppRouter.tsx#L86
React Hook useEffect has a missing dependency: 'routeContext'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/components/DemoApp/index.tsx#L148
React Hook useEffect has missing dependencies: 'customConfigInput', 'customConfigNonce', and 'isLoadingCustomConfig'. Either include them or remove the dependency array. You can also do a functional update 'setCustomConfigNonce(c => ...)' if you only need 'customConfigNonce' in the 'setCustomConfigNonce' call
|
lint:
wormhole-connect/src/components/Modal.tsx#L76
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
wormhole-connect/src/utils/wallet/index.ts#L164
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/views/TxSearch.tsx#L156
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
|
lint:
wormhole-connect/src/views/v2/Bridge/AssetPicker/SearchableList/index.tsx#L40
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
lint:
wormhole-connect/src/views/v2/Bridge/WalletConnector/Sidebar.tsx#L153
React Hook useCallback has missing dependencies: 'dispatch' and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
|
lint:
wormhole-connect/src/views/v2/Bridge/WalletConnector/Sidebar.tsx#L277
React Hook useMemo has missing dependencies: 'classes.addressInputContainer' and 'classes.submitButton'. Either include them or remove the dependency array
|
lint:
wormhole-connect/src/views/v2/Bridge/index.tsx#L245
React Hook useMemo has an unnecessary dependency: 'config.chains'. Either exclude it or remove the dependency array. Outer scope values like 'config.chains' aren't valid dependencies because mutating them doesn't re-render the component
|
check-sdn-list
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-hosted
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-library
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|