feat: fix payouts not displaying in sep, add footer to v4 project page #9511
Triggered via pull request
September 25, 2024 01:24
Status
Failure
Total duration
1m 23s
Artifacts
–
ci-run.yml
on: pull_request
Run tests
1m 5s
Lint translation source files
52s
Compile Typescript
1m 16s
Annotations
6 errors and 6 warnings
Run tests
Process completed with exit code 1.
|
Compile Typescript:
src/contexts/CurrencyContext.ts#L23
Property 'SepETH' is missing in type '{ ETH: 1; USD: 2; }' but required in type 'Record<CurrencyName, CurrencyOption>'.
|
Compile Typescript:
src/packages/v1/contexts/V1CurrencyProvider.tsx#L11
Type '{ currencyMetadata: Record<V1CurrencyOption, CurrencyMetadata>; currencies: { ETH: 0; USD: 1; }; }' is not assignable to type 'CurrencyContextType'.
|
Compile Typescript:
src/packages/v2v3/contexts/V2V3CurrencyProvider.tsx#L18
Type '{ currencyMetadata: Record<V2V3CurrencyOption, CurrencyMetadata>; currencies: { ETH: 1; USD: 2; }; }' is not assignable to type 'CurrencyContextType'.
|
Compile Typescript:
src/packages/v4/components/PayoutsTable/ConvertAmountsModal.tsx#L62
Type 'V4CurrencyOption' is not assignable to type 'V2V3CurrencyOption'.
|
Compile Typescript
Process completed with exit code 2.
|
Lint translation source files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint translation source files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Compile Typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Compile Typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|