Skip to content

Remove ed25519 address generation from wallet #6471

Remove ed25519 address generation from wallet

Remove ed25519 address generation from wallet #6471

Triggered via pull request December 11, 2023 10:26
Status Failure
Total duration 22m 38s
Artifacts

bindings-nodejs.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Test (ubuntu-latest, 18)
Type '{ address: string; storagePath: string | undefined; clientOptions: { nodes: string[]; }; bipPath: { coinType: CoinType; }; secretManager: { stronghold: { snapshotPath: string | undefined; password: string | undefined; }; }; }' is not assignable to type 'WalletOptions'.
Test (ubuntu-latest, 18)
Process completed with exit code 2.
Test (windows-latest, 18)
Type '{ address: string; storagePath: string | undefined; clientOptions: { nodes: string[]; }; bipPath: { coinType: CoinType; }; secretManager: { stronghold: { snapshotPath: string | undefined; password: string | undefined; }; }; }' is not assignable to type 'WalletOptions'.
Test (windows-latest, 18)
Process completed with exit code 1.
Lint: bindings/nodejs/lib/types/wallet/wallet.ts#L8
'Bech32Address' is defined but never used