Skip to content

v3 data cd

v3 data cd #212

Triggered via pull request March 5, 2024 21:17
@gmbroncogmbronco
synchronize #175
v3/data
Status Failure
Total duration 1m 37s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build: modules/pool/lib/pool-swap.service.ts#L53
Type '{ __typename: "GqlPoolJoinExit"; chain: GqlChain; poolId: string; amounts: { address: string; amount: string; }[]; id: string; sender: string; block?: string | null | undefined; timestamp: number; tx: string; type: InvestType; valueUSD?: string | ... 1 more ... | undefined; pool: { ...; }; }[]' is not assignable to type 'GqlPoolJoinExit[]'.
Build: modules/pool/lib/pool-swap.service.ts#L89
Type '{ __typename: "GqlPoolJoinExit"; poolId: string; chain: Chain; amounts: { address: string; amount: string; }[]; id: string; sender: string; block?: string | null | undefined; timestamp: number; tx: string; type: InvestType; valueUSD?: string | ... 1 more ... | undefined; pool: { ...; }; }[]' is not assignable to type 'GqlPoolJoinExit[]'.
Build: modules/pool/lib/pool-swap.service.ts#L142
Type '{ id: string; chain: Chain; userAddress: string; poolId: string; tokenIn: string; tokenAmountIn: string; tokenOut: string; tokenAmountOut: string; valueUSD: number; timestamp: number; tx: string; }[]' is not assignable to type 'GqlPoolSwap[]'.
Build: modules/pool/pool.resolvers.ts#L26
Type '(parent: {}, args: RequireFields<QueryPoolGetSwapsArgs, never>, context: Context) => Promise<PrismaPoolSwap[]>' is not assignable to type 'Resolver<ResolverTypeWrapper<GqlPoolSwap>[], {}, Context, RequireFields<QueryPoolGetSwapsArgs, never>> | undefined'.
Build: modules/pool/pool.resolvers.ts#L52
Property 'getJoinExits' does not exist on type '{ getEvents: ({ first, skip, where }: QueryPoolGetEventsArgs) => Promise<GqlPoolEvent[]>; }'.
Build
Process completed with exit code 2.
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.