Skip to content

added dependency to armory-sdk, use latest eddsa sig lib #1113

added dependency to armory-sdk, use latest eddsa sig lib

added dependency to armory-sdk, use latest eddsa sig lib #1113

Triggered via push December 4, 2024 08:59
Status Failure
Total duration 2m 3s
Artifacts

packages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build and test: packages/signature/src/lib/utils.ts#L43
Property 'sha512Sync' does not exist on type '{ getExtendedPublicKeyAsync: (priv: Hex) => Promise<ExtK>; getExtendedPublicKey: (priv: Hex) => ExtK; randomPrivateKey: () => Uint8Array; precompute(w?: number | undefined, p?: Point | undefined): Point; }'.
Build and test: packages/signature/src/lib/utils.ts#L43
Rest parameter 'm' implicitly has an 'any[]' type.
Build and test: packages/signature/src/lib/utils.ts#L43
Property 'concatBytes' does not exist on type '{ getExtendedPublicKeyAsync: (priv: Hex) => Promise<ExtK>; getExtendedPublicKey: (priv: Hex) => ExtK; randomPrivateKey: () => Uint8Array; precompute(w?: number | undefined, p?: Point | undefined): Point; }'.
Build and test: packages/signature/src/lib/utils.ts#L139
Property 'sync' does not exist on type 'typeof import("/home/runner/work/armory/armory/node_modules/@noble/ed25519/index")'.
Build and test: packages/signature/src/lib/utils.ts#L149
Property 'sync' does not exist on type 'typeof import("/home/runner/work/armory/armory/node_modules/@noble/ed25519/index")'.
Build and test: packages/signature/src/lib/utils.ts#L321
Property 'sync' does not exist on type 'typeof import("/home/runner/work/armory/armory/node_modules/@noble/ed25519/index")'.
Build and test: packages/signature/src/lib/utils.ts#L43
Property 'sha512Sync' does not exist on type '{ getExtendedPublicKeyAsync: (priv: Hex) => Promise<ExtK>; getExtendedPublicKey: (priv: Hex) => ExtK; randomPrivateKey: () => Uint8Array; precompute(w?: number | undefined, p?: Point | undefined): Point; }'.
Build and test: packages/signature/src/lib/utils.ts#L43
Rest parameter 'm' implicitly has an 'any[]' type.
Build and test: packages/signature/src/lib/utils.ts#L43
Property 'concatBytes' does not exist on type '{ getExtendedPublicKeyAsync: (priv: Hex) => Promise<ExtK>; getExtendedPublicKey: (priv: Hex) => ExtK; randomPrivateKey: () => Uint8Array; precompute(w?: number | undefined, p?: Point | undefined): Point; }'.
Build and test: packages/signature/src/lib/utils.ts#L139
Property 'sync' does not exist on type 'typeof import("/home/runner/work/armory/armory/node_modules/@noble/ed25519/index")'.
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636