Skip to content

[LW-10570] Fix hardware wallets tx logic #1347

[LW-10570] Fix hardware wallets tx logic

[LW-10570] Fix hardware wallets tx logic #1347

Triggered via pull request May 28, 2024 09:27
Status Failure
Total duration 2m 56s
Artifacts

verify_pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L519
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L549
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2351
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2389
Argument of type '{ txInputs: any[]; txOutputs: any[]; fee: number; ttl: number; certificates: any[]; withdrawals: { withdrawals: CoinSelectionWithdrawal[]; encodeCBOR: (encoder: any) => any; }; }' is not assignable to parameter of type 'TxBodyType'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2402
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2642
Argument of type '{ txInputs: any[]; txOutputs: any[]; fee: number; ttl: number; certificates: any[]; withdrawals: { withdrawals: CoinSelectionWithdrawal[]; encodeCBOR: (encoder: any) => any; }; }' is not assignable to parameter of type 'TxBodyType'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2655
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/stores/HardwareWalletsStore.ts#L2857
Property 'signedTx' does not exist on type 'HardwareWalletsStore'.
tests: source/renderer/app/utils/dataSerialization.ts#L115
Cannot find name 'AddressStyle'.
tests: source/renderer/app/utils/dataSerialization.ts#L220
'_' refers to a UMD global, but the current file is a module. Consider adding an import instead.
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, 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/