Remove ed25519 address generation from wallet #6465
Triggered via pull request
December 11, 2023 08:31
Status
Failure
Total duration
19m 38s
Artifacts
–
bindings-nodejs.yml
on: pull_request
Lint
23s
Check Format
32s
Matrix: Test
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
|