wip 43: 64.47% coverage, 67 type errors #1418
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
pnpm ci
Non-abstract class 'StubAgent' does not implement all abstract members of 'Agent'
|
pnpm ci
Property 'balance' in type 'CWAgent' is not assignable to the same property in base type 'Agent'.
|
pnpm ci
Property 'batch' in type 'CWAgent' is not assignable to the same property in base type '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
Type 'CWAgent' does not satisfy the constraint 'Agent'.
|
pnpm ci
Argument of type 'CWAgent' is not assignable to parameter of type 'Agent'.
|
pnpm ci
Argument of type 'CWAgent' is not assignable to parameter of type 'Agent'.
|
pnpm ci
Argument of type 'CWAgent' is not assignable to parameter of type 'Agent'.
|
pnpm ci
Class static side 'typeof OKP4Agent' incorrectly extends base class static side 'typeof CWAgent'.
|