Add native xDai deposit and use separate actions for other native deposits #605
ci.yml
on: pull_request
Matrix: build
Matrix: storybook-visual-regression
Matrix: test-e2e
Matrix: test
Annotations
13 errors and 9 warnings
build (20, ubuntu-latest)
Function lacks ending return statement and return type does not include 'undefined'.
|
build (20, ubuntu-latest)
Type '{ approve: { action: { type: "approve"; token: Token; spender: `0x${string}` & WithOpaque<"CheckedAddress">; value: BigNumber & WithOpaque<"NormalizedUnitNumber">; }; state: { ...; }; onAction: () => void; }; ... 11 more ...; nativeSDaiWithdraw: { ...; }; }' is missing the following properties from type 'Record<"approve" | "deposit" | "permit" | "withdraw" | "borrow" | "repay" | "approveDelegation" | "approveExchange" | "exchange" | "nativeDaiDeposit" | "nativeSDaiDeposit" | "nativeSDaiWithdraw" | "nativeUSDCDeposit" | "nativeXDaiDeposit" | "setUseAsCollateral" | "setUserEMode", ActionHandler>': nativeDaiDeposit, nativeUSDCDeposit, nativeXDaiDeposit
|
build (20, ubuntu-latest)
Property 'xDai' is missing in type '{ type: "nativeXDaiDeposit"; value: BigNumber & WithOpaque<"NormalizedUnitNumber">; }' but required in type 'NativeXDaiDepositAction'.
|
build (20, ubuntu-latest)
Type '{ deposit: string; borrow: string; withdraw: string; repay: string; setUseAsCollateral: string; setUserEMode: string; exchange: string; nativeSDaiDeposit: string; nativeSDaiWithdraw: string; }' is missing the following properties from type 'Record<"deposit" | "withdraw" | "borrow" | "repay" | "exchange" | "nativeDaiDeposit" | "nativeSDaiDeposit" | "nativeSDaiWithdraw" | "nativeUSDCDeposit" | "nativeXDaiDeposit" | "setUseAsCollateral" | "setUserEMode", string>': nativeDaiDeposit, nativeUSDCDeposit, nativeXDaiDeposit
|
build (20, ubuntu-latest)
Cannot find module '@/features/actions/flavours/native-sexy-dai-deposit/types' or its corresponding type declarations.
|
build (20, ubuntu-latest)
Process completed with exit code 1.
|
test (20, ubuntu-latest)
Function lacks ending return statement and return type does not include 'undefined'.
|
test (20, ubuntu-latest)
Type '{ approve: { action: { type: "approve"; token: Token; spender: `0x${string}` & WithOpaque<"CheckedAddress">; value: BigNumber & WithOpaque<"NormalizedUnitNumber">; }; state: { ...; }; onAction: () => void; }; ... 11 more ...; nativeSDaiWithdraw: { ...; }; }' is missing the following properties from type 'Record<"approve" | "deposit" | "permit" | "withdraw" | "borrow" | "repay" | "approveDelegation" | "approveExchange" | "exchange" | "nativeDaiDeposit" | "nativeSDaiDeposit" | "nativeSDaiWithdraw" | "nativeUSDCDeposit" | "nativeXDaiDeposit" | "setUseAsCollateral" | "setUserEMode", ActionHandler>': nativeDaiDeposit, nativeUSDCDeposit, nativeXDaiDeposit
|
test (20, ubuntu-latest)
Property 'xDai' is missing in type '{ type: "nativeXDaiDeposit"; value: BigNumber & WithOpaque<"NormalizedUnitNumber">; }' but required in type 'NativeXDaiDepositAction'.
|
test (20, ubuntu-latest)
Type '{ deposit: string; borrow: string; withdraw: string; repay: string; setUseAsCollateral: string; setUserEMode: string; exchange: string; nativeSDaiDeposit: string; nativeSDaiWithdraw: string; }' is missing the following properties from type 'Record<"deposit" | "withdraw" | "borrow" | "repay" | "exchange" | "nativeDaiDeposit" | "nativeSDaiDeposit" | "nativeSDaiWithdraw" | "nativeUSDCDeposit" | "nativeXDaiDeposit" | "setUseAsCollateral" | "setUserEMode", string>': nativeDaiDeposit, nativeUSDCDeposit, nativeXDaiDeposit
|
test (20, ubuntu-latest)
Cannot find module '@/features/actions/flavours/native-sexy-dai-deposit/types' or its corresponding type declarations.
|
test (20, ubuntu-latest)
Process completed with exit code 1.
|
test-e2e (20, ubicloud-standard-16)
Process completed with exit code 1.
|
build (20, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (20, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (20, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (20, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-e2e (20, ubicloud-standard-16)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-e2e (20, ubicloud-standard-16)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
storybook-visual-regression (20, ubicloud-standard-4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
storybook-visual-regression (20, ubicloud-standard-4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-e2e-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-e2e-report
Expired
|
424 KB |
|