Skip to content

refactor: list proposals on Proposal page #9110

refactor: list proposals on Proposal page

refactor: list proposals on Proposal page #9110

Triggered via pull request October 5, 2024 15:32
Status Failure
Total duration 6m 47s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 4 warnings
checks
@venusprotocol/evm#tsc: command (/home/runner/work/venus-protocol-interface/venus-protocol-interface/apps/evm) /tmp/yarn--1728142474820-0.9547286000443853/yarn run tsc exited (2)
checks
Argument of type '{ layerZeroChainId: number; remoteProposalId: number; gqlRemoteProposal: { id: string; proposalId: string; targets: string[]; values: string[]; signatures: string[]; calldatas: string[]; executionEta: string; queued: { ...; }; canceled: null; executed: { ...; }; }; ... 4 more ...; values: never[]; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Argument of type '{ withdrawnTimestampSeconds: number; layerZeroChainId: number; remoteProposalId: number; gqlRemoteProposal: { id: string; proposalId: string; targets: string[]; values: string[]; signatures: string[]; ... 4 more ...; executed: { ...; }; }; ... 4 more ...; values: never[]; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Argument of type '{ gqlRemoteProposal: { canceled: { id: string; timestamp: string; }; executed: null; id: string; proposalId: string; targets: string[]; values: string[]; signatures: string[]; calldatas: string[]; executionEta: string; queued: { ...; }; }; ... 7 more ...; values: never[]; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Argument of type '{ proposalState: ProposalState; proposalCanceledDate: Date; layerZeroChainId: number; remoteProposalId: number; gqlRemoteProposal: { id: string; proposalId: string; ... 7 more ...; executed: { ...; }; }; callDatas: never[]; signatures: never[]; targets: never[]; values: never[]; } | { ...; } | { ...; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Argument of type '{ bridgedTimestampSeconds: number; layerZeroChainId: number; remoteProposalId: number; gqlRemoteProposal: { id: string; proposalId: string; targets: string[]; values: string[]; signatures: string[]; ... 4 more ...; executed: { ...; }; }; ... 4 more ...; values: never[]; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Argument of type '{ gqlRemoteProposal: { executed: null; id: string; proposalId: string; targets: string[]; values: string[]; signatures: string[]; calldatas: string[]; executionEta: string; queued: { id: string; timestamp: string; }; canceled: null; }; ... 6 more ...; values: never[]; }' is not assignable to parameter of type '{ proposalState: ProposalState; layerZeroChainId: number; proposalId: number; callDatas: string[]; signatures: string[]; targets: string[]; values: string[]; proposalCanceledDate?: Date | undefined; ... 5 more ...; gqlRemoteProposal?: NonBscProposalFragment | undefined; }'.
checks
Module '"."' has no exported member 'Prompt'.
checks
Process completed with exit code 2.
test
@venusprotocol/evm#test: command (/home/runner/work/venus-protocol-interface/venus-protocol-interface/apps/evm) /tmp/yarn--1728142475853-0.43912641264535446/yarn run test --coverage exited (1)
test
Process completed with exit code 1.
test
Failed to parse the json-summary at path "/home/runner/work/venus-protocol-interface/venus-protocol-interface/apps/evm/coverage/coverage-summary.json." Make sure to run vitest before this action and to include the "json-summary" reporter. Original Error: Error: ENOENT: no such file or directory, open '/home/runner/work/venus-protocol-interface/venus-protocol-interface/apps/evm/coverage/coverage-summary.json' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14) at async Iy (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:1156) at async Cu (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:70:1237) at async WO (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:148:626)
test
Error: ENOENT: no such file or directory, open '/home/runner/work/venus-protocol-interface/venus-protocol-interface/apps/evm/coverage/coverage-summary.json'
checks
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/
checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/