wip 48: 65.25% coverage, 25 type errors #1423
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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'.
|