feat: approval screens for the new Etna tx types #309
Annotations
10 errors and 2 warnings
Lint and build:
src/background/services/wallet/WalletService.ts#L1
Argument of type '{ externalIndices: number[] | undefined; internalIndices: number[] | undefined; transport?: LedgerTransport | undefined; tx: UnsignedTx; }' is not assignable to parameter of type 'SignTxRequest'.
|
Lint and build:
src/background/services/wallet/WalletService.ts#L1
Argument of type '{ externalIndices: number[] | undefined; internalIndices: number[] | undefined; transport?: LedgerTransport | undefined; tx: UnsignedTx; }' is not assignable to parameter of type 'SignTxRequest'.
|
Lint and build:
src/background/services/wallet/WalletService.ts#L1
Argument of type 'SigningResult | UnsignedTx' is not assignable to parameter of type 'string | UnsignedTx | SigningResult | Transaction'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Type 'UnsignedTx' is not assignable to type 'UnsignedTx | EVMUnsignedTx'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Type 'Utxo<Serializable>[] | Utxo<Serializable>[]' is not assignable to type 'Utxo<Serializable>[]'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Type 'UnsignedTx' is not assignable to type 'UnsignedTx | EVMUnsignedTx'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Type 'import("/home/runner/work/core-extension/core-extension/node_modules/@avalabs/avalanchejs/dist/serializable/avax/avaxTx").AvaxTx' is not assignable to type 'import("/home/runner/work/core-extension/core-extension/node_modules/@avalabs/core-wallets-sdk/node_modules/@avalabs/avalanchejs/dist/serializable/avax/avaxTx").AvaxTx'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Type 'Utxo<Serializable>[] | Utxo<Serializable>[]' is not assignable to type 'Utxo<Serializable>[]'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Argument of type 'UnsignedTx | EVMUnsignedTx' is not assignable to parameter of type 'UnsignedTx'.
|
Lint and build:
src/background/services/wallet/handlers/avalanche_sendTransaction.ts#L1
Argument of type 'import("/home/runner/work/core-extension/core-extension/node_modules/@avalabs/avalanchejs/dist/serializable/avax/signedTx").SignedTx' is not assignable to parameter of type 'import("/home/runner/work/core-extension/core-extension/node_modules/@avalabs/core-wallets-sdk/node_modules/@avalabs/avalanchejs/dist/serializable/avax/signedTx").SignedTx'.
|
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/
|