Skip to content

wip 48: 65.25% coverage, 25 type errors #1423

wip 48: 65.25% coverage, 25 type errors

wip 48: 65.25% coverage, 25 type errors #1423

Triggered via push November 5, 2023 12:51
Status Failure
Total duration 3m 9s
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
Argument of type '{ codeHash: string; codeData: Uint8Array; }' is not assignable to parameter of type '((({ language: "rust"; } & Partial<RustSourceCode>) | ({ language: unknown; } & Partial<SourceCode>)) & Partial<CompiledCode> & Partial<...>) | undefined'.
pnpm ci
Argument of type '{ sourcePath: string; }' is not assignable to parameter of type '((({ language: "rust"; } & Partial<RustSourceCode>) | ({ language: unknown; } & Partial<SourceCode>)) & Partial<CompiledCode> & Partial<...>) | undefined'.
pnpm ci
Argument of type '{ codeHash: string; codeData: Uint8Array; }' is not assignable to parameter of type '((({ language: "rust"; } & Partial<RustSourceCode>) | ({ language: unknown; } & Partial<SourceCode>)) & Partial<CompiledCode> & Partial<...>) | undefined'.
pnpm ci
Argument of type '{ chainId: string; codeId: string; label: string; initMsg: {}; }' is not assignable to parameter of type '((({ language: "rust"; } & Partial<RustSourceCode>) | ({ language: unknown; } & Partial<SourceCode>)) & Partial<CompiledCode> & Partial<...> & Partial<...>) | undefined'.
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'.