Skip to content

feat: implement oracle-v2 #1654

feat: implement oracle-v2

feat: implement oracle-v2 #1654

Triggered via pull request October 1, 2023 19:30
@jpangellejpangelle
synchronize #1558
oracle-v2
Status Failure
Total duration 1m 30s
Artifacts

centrifuge-app.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-app
Process completed with exit code 1.
build-app: centrifuge-app/src/components/IssuerSection.tsx#L25
'explorer' is assigned a value but never used
build-app: centrifuge-app/src/components/LiquidityTransactionsSection.tsx#L63
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
build-app: centrifuge-app/src/components/LiquidityTransactionsSection.tsx#L85
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
build-app: centrifuge-app/src/components/PoolFilter/FilterMenu.tsx#L25
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
build-app: centrifuge-app/src/components/PoolFilter/FilterMenu.tsx#L30
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
build-app: centrifuge-app/src/components/PoolFilter/SortButton.tsx#L31
React Hook React.useMemo has a missing dependency: 'searchKey'. Either include it or remove the dependency array
build-app: centrifuge-app/src/components/PoolFilter/SortButton.tsx#L61
The value for aria-live must be a single token from the following: assertive,off,polite
build-app: centrifuge-app/src/components/PoolFilter/SortButton.tsx#L85
The value for aria-live must be a single token from the following: assertive,off,polite
build-app: centrifuge-app/src/pages/Onboarding/TaxInfo.tsx#L27
React Hook React.useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
build-app: centrifuge-app/src/pages/Onboarding/index.tsx#L58
'isSignedAgreementFetched' is assigned a value but never used