feat: cp-8368 historyservice #156
Annotations
6 errors and 2 warnings
Typecheck:
src/background/services/history/HistoryService.test.ts#L1
Type '{ isContractCall: true; isIncoming: false; isOutgoing: true; isSender: true; timestamp: number; from: string; to: string; tokens: { name: string; symbol: string; amount: string; type: TokenType.NATIVE; }[]; ... 5 more ...; hash: string; }' is not assignable to type 'Transaction'.
|
Typecheck:
src/background/services/history/HistoryService.test.ts#L1
Type '{ txType: XChainTransactionType.BASE_TX; vmType: string; isContractCall: boolean; isIncoming: boolean; isOutgoing: boolean; isSender: boolean; timestamp: number; hash: string; ... 7 more ...; explorerLink: string; }' is not assignable to type 'Transaction'.
|
Typecheck:
src/background/services/history/utils/isTxHistoryItem.test.ts#L1
Type '{ isContractCall: true; isIncoming: false; isOutgoing: true; isSender: true; timestamp: number; from: string; to: string; hash: string; tokens: { name: string; symbol: string; amount: string; type: TokenType.NATIVE; }[]; ... 4 more ...; vmType: string; }' is not assignable to type 'Transaction'.
|
Typecheck:
src/background/services/history/utils/isTxHistoryItem.test.ts#L1
Type '{ txType: XChainTransactionType.BASE_TX; vmType: string; isContractCall: boolean; isIncoming: boolean; isOutgoing: boolean; isSender: boolean; timestamp: number; hash: string; ... 7 more ...; explorerLink: string; }' is not assignable to type 'Transaction'.
|
Typecheck:
src/background/services/history/utils/isTxHistoryItem.ts#L1
Property 'vmType' does not exist on type 'Transaction'.
|
Typecheck
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading