Skip to content

wip 48: 64.32% coverage, 10 type errors #1424

wip 48: 64.32% coverage, 10 type errors

wip 48: 64.32% coverage, 10 type errors #1424

Triggered via push November 5, 2023 14:48
Status Failure
Total duration 12m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PNPM CI
Argument of type 'string | number' is not assignable to parameter of type 'number | PromiseLike<number>'.
PNPM CI
Type 'CompiledCode' is not assignable to type 'CompiledCode & { codeHash: string; }'.
PNPM CI
Type 'UploadedCode' is not assignable to type 'UploadedCode & { codeId: string; }'.
PNPM CI
Non-abstract class 'StubAgent' does not implement all abstract members of 'Agent'
PNPM CI
Type '{ getAccounts: () => Promise<{ algo: string; address: string; pubkey: Uint8Array; }[]>; signAmino: (address: string, signed: any) => Promise<{ signed: any; signature: { pub_key: { type: string; value: string; }; signature: string; }; }>; }' is not assignable to type 'OfflineSigner'.
PNPM CI
Argument of type '{ getAccounts: () => Promise<{ algo: string; address: string; pubkey: Uint8Array; }[]>; signAmino: (address: string, signed: any) => Promise<{ signed: any; signature: { pub_key: { type: string; value: string; }; signature: string; }; }>; }' is not assignable to parameter of type 'OfflineSigner'.
PNPM CI
Property 'conformedMessages' does not exist on type 'ScrtBatchBuilder'.
PNPM CI
Argument of type 'Path' is not assignable to parameter of type '{ root: string | Path; }'.
PNPM CI
Argument of type '{ root: Path; cargoCrate: string; libFeatures: string[] | undefined; }' is not assignable to parameter of type '{ root?: Path | undefined; cargoCrate?: string | undefined; features?: never[] | undefined; }'.
PNPM CI
Argument of type 'SystemTools | undefined' is not assignable to parameter of type 'Partial<SystemTools>'.