Skip to content

Pending transactions #3550

Pending transactions

Pending transactions #3550

Triggered via pull request May 27, 2024 06:46
Status Failure
Total duration 1m 21s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint
Process completed with exit code 1.
lint: src/app/components/AddEscrowForm/__tests__/index.test.tsx#L55
Property 'pendingTransactions' is missing in type '{ active: true; error: { code: WalletErrors.NoOpenWallet; message: string; }; success: false; }' but required in type 'TransactionState'.
lint: src/app/components/ReclaimEscrowForm/__tests__/index.test.tsx#L36
Property 'pendingTransactions' is missing in type '{ active: true; error: { code: WalletErrors.NoOpenWallet; message: string; }; success: false; }' but required in type 'TransactionState'.
lint: src/app/state/persist/syncTabs.ts#L54
Type '{ "contacts/add": true; "contacts/update": true; "contacts/delete": true; "evmAccounts/add": true; "evmAccounts/delete": true; "theme/changeTheme": true; "wallet/walletOpened": true; "wallet/updateBalance": true; ... 86 more ...; "persist/updatePasswordAsync": false; }' is missing the following properties from type 'Record<"persist/setUnlockedRootState" | "persist/resetRootState" | "createWallet/generateMnemonic" | "createWallet/setChecked" | "createWallet/clear" | "fiatOnramp/setThirdPartyAcknowledged" | ... 90 more ... | "persist/finishV0Migration", boolean>': "transaction/addPendingTransaction", "transaction/removePendingTransaction"
lint: src/utils/__fixtures__/test-inputs.ts#L107
Property 'pendingTransactions' is missing in type '{ success: false; error: undefined; preview: undefined; active: false; }' but required in type 'TransactionState'.
lint: src/utils/__fixtures__/test-inputs.ts#L295
Property 'pendingTransactions' is missing in type '{ active: false; success: false; }' but required in type 'TransactionState'.
lint
Process completed with exit code 2.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.