wip 39 #1414
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
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 'string | Partial<UploadedCode>' is not assignable to type 'string | number'.
|
pnpm ci
Type '{ callback_code_hash: string; callback_sig: null; sender: string; contract: string | Partial<ContractInstance>; sent_funds: ICoin[] | undefined; msg: object; }' is not assignable to type 'MsgInstantiateContractParams | MsgStoreCodeParams | MsgExecuteContractParams<object>'.
|
pnpm ci
Property 'type' does not exist on type '["/secret.compute.v1beta1.MsgStoreCode", MsgStoreCodeParams] | ["/secret.compute.v1beta1.MsgInstantiateContract", MsgInstantiateContractParams] | [...]'.
|
pnpm ci
Argument of type '["/secret.compute.v1beta1.MsgStoreCode", MsgStoreCodeParams] | ["/secret.compute.v1beta1.MsgInstantiateContract", MsgInstantiateContractParams] | [...]' is not assignable to parameter of type 'MsgInstantiateContractParams'.
|
pnpm ci
Argument of type '["/secret.compute.v1beta1.MsgStoreCode", MsgStoreCodeParams] | ["/secret.compute.v1beta1.MsgInstantiateContract", MsgInstantiateContractParams] | [...]' is not assignable to parameter of type 'MsgExecuteContractParams<object>'.
|
pnpm ci
Property 'type' does not exist on type '["/secret.compute.v1beta1.MsgStoreCode", MsgStoreCodeParams] | ["/secret.compute.v1beta1.MsgInstantiateContract", MsgInstantiateContractParams] | [...]'.
|
pnpm ci
Argument of type '{ platform: string; }' is not assignable to parameter of type 'Partial<ScrtAgent>'.
|