wip 41: 63.05% test coverage, 43 type errors #1416
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
pnpm ci
Property 'signer' will overwrite the base property in 'Agent'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
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 '{}' is not assignable to type 'OfflineSigner | undefined'.
|
pnpm ci
Property 'balance' does not exist on type 'Agent'.
|
pnpm ci
Property 'balance' does not exist on type 'Agent'.
|
pnpm ci
Type 'ScrtAgent' does not satisfy the constraint 'Agent'.
|
pnpm ci
Type 'ScrtAgent' does not satisfy the constraint 'Agent'.
|
pnpm ci
Type 'ScrtAgent' does not satisfy the constraint 'Agent'.
|
pnpm ci
Type 'ScrtAgent' does not satisfy the constraint 'Agent'.
|