feat: cp-8368 historyservice #152
Triggered via pull request
September 10, 2024 15:10
Status
Failure
Total duration
2m 32s
Artifacts
–
Annotations
10 errors and 2 warnings
Lint and build:
src/background/services/history/HistoryService.test.ts#L1
Type '{ isBridge: false; isContractCall: true; isIncoming: false; isOutgoing: true; isSender: true; timestamp: string; hash: string; from: string; to: string; tokens: { name: string; symbol: string; amount: string; type: TokenType.NATIVE; }[]; gasUsed: string; explorerLink: string; chainId: string; type: TransactionType; }' is not assignable to type 'TxHistoryItem'.
|
Lint and build:
src/background/services/history/HistoryService.test.ts#L1
Type '{ isBridge: false; isContractCall: true; isIncoming: false; isOutgoing: true; isSender: true; timestamp: string; hash: string; from: string; to: string; tokens: { name: string; symbol: string; amount: string; type: TokenType.NATIVE; }[]; gasUsed: string; explorerLink: string; chainId: string; type: TransactionType; }' is not assignable to type 'TxHistoryItem'.
|
Lint and build:
src/background/services/history/HistoryService.test.ts#L1
Type '{ isSender: true; timestamp: string; from: string[]; to: string[]; token: { name: string; symbol: string; amount: string; type: TokenType.NATIVE; }; gasUsed: string; explorerLink: string; chainId: string; type: PChainTransactionType.BASE_TX; vmType: "PVM"; }' is missing the following properties from type 'PchainTxHistoryItem': txType, tokens
|
Lint and build:
src/background/services/history/HistoryService.test.ts#L1
Type '{ type: XChainTransactionType.BASE_TX; vmType: "AVM"; txType: PChainTransactionType; from: string | string[]; to: string | string[]; isSender: boolean; ... 5 more ...; chainId: string; }' is not assignable to type 'XchainTxHistoryItem'.
|
Lint and build:
src/background/services/history/HistoryServiceAVM.ts#L1
Module '"/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' has no default export. Did you mean to use 'import { ModuleManager } from "/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' instead?
|
Lint and build:
src/background/services/history/HistoryServiceETH.ts#L1
Module '"/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' has no default export. Did you mean to use 'import { ModuleManager } from "/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' instead?
|
Lint and build:
src/background/services/history/HistoryServiceGlacier.test.ts#L1
Argument of type 'Network' is not assignable to parameter of type 'NetworkWithCaipId'.
|
Lint and build:
src/background/services/history/HistoryServiceGlacier.test.ts#L1
Argument of type 'Network' is not assignable to parameter of type 'NetworkWithCaipId'.
|
Lint and build:
src/background/services/history/HistoryServiceGlacier.test.ts#L1
Argument of type 'Network' is not assignable to parameter of type 'NetworkWithCaipId'.
|
Lint and build:
src/background/services/history/HistoryServiceGlacier.ts#L1
Module '"/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' has no default export. Did you mean to use 'import { ModuleManager } from "/home/runner/work/core-extension/core-extension/src/background/vmModules/ModuleManager"' instead?
|
Lint and build
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/
|
Lint and build
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/
|