Skip to content

wip 41: 63.05% test coverage, 43 type errors #1416

wip 41: 63.05% test coverage, 43 type errors

wip 41: 63.05% test coverage, 43 type errors #1416

Triggered via push November 4, 2023 23:13
Status Failure
Total duration 8m 56s
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
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'.