wip 48: 64.32% coverage, 10 type errors #1424
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
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>'.
|