Skip to content

Secret Network Refactor #3799

Secret Network Refactor

Secret Network Refactor #3799

Triggered via pull request June 19, 2024 18:03
Status Failure
Total duration 4m 4s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; height: number | undefined; } | { address: string | undefined; height: number | undefined; }' is not assignable to type '{ address: string; height?: number | undefined; }'.
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; } | { address: string; }' is not assignable to type '{ address: string; height?: number | undefined; }'.
Lint & Test
Type '{ title: string; description: string; msgs: UnifiedCosmosMsg[]; }[]' is not assignable to type 'MultipleChoiceOption[]'.
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; proposalId: number; } | { address: string | undefined; proposalId: number; }' is not assignable to type '{ proposalId: number; voter: string; }'.
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; height: number; } | { address: string | undefined; height: number; }' is not assignable to type '{ address: string; height?: number | undefined; }'.
Lint & Test
Argument of type '{ auth?: { permit: PermitForPermitData; } | undefined; msgs: UnifiedCosmosMsg[]; description: string; title: string; }' is not assignable to parameter of type '{ description: string; msgs: CosmosMsgFor_Empty[]; title: string; }'.
Lint & Test
Type 'NewProposalData' is not assignable to type '{ description: string; msgs: CosmosMsgFor_Empty[]; title: string; }'.
Lint & Test
Argument of type '{ auth?: { permit: PermitForPermitData; } | undefined; msgs: UnifiedCosmosMsg[]; description: string; title: string; }' is not assignable to parameter of type '{ description: string; msgs: CosmosMsgFor_Empty[]; proposer?: string | undefined; title: string; }'.
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; proposalId: number; } | { voter: string | undefined; proposalId: number; }' is not assignable to type '{ proposalId: number; voter: string; }'.
Lint & Test
Type '{ auth: { permit: PermitForPermitData | undefined; }; height: number; } | { address: string | undefined; height: number; }' is not assignable to type '{ address: string; height?: number | undefined; }'.
Lint & Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint & Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/