Endpoint - #91
Open
Komelove wants to merge 2 commits into
Open
Annotations
7 errors and 1 warning
|
Run npm run typecheck
Process completed with exit code 2.
|
|
Run npm run typecheck:
tests/routes/trusted-proxy.test.ts#L79
Argument of type '{ trustedProxies: string[]; }' is not assignable to parameter of type 'Config'.
|
|
Run npm run typecheck:
tests/routes/streams.test.ts#L241
'await' expressions are only allowed within async functions and at the top levels of modules.
|
|
Run npm run typecheck:
tests/routes/root.test.ts#L25
Argument of type '{ network: string; port: number; host: string; databaseUrl: string; networkPassphrase: string; rpcUrl: string; contractId: string; pollIntervalMs: number; startLedger: number; bodyLimit: number; queryStringLimit: number; }' is not assignable to parameter of type 'Config'.
|
|
Run npm run typecheck:
tests/indexer/poller.test.ts#L55
Property 'trustedProxies' is missing in type '{ port: number; host: string; databaseUrl: string; network: string; networkPassphrase: string; rpcUrl: string; contractId: string; pollIntervalMs: number; startLedger: number; bodyLimit: number; queryStringLimit: number; }' but required in type 'Config'.
|
|
Run npm run typecheck:
tests/error-handling.test.ts#L5
Cannot find module '../../src/server.js' or its corresponding type declarations.
|
|
Run npm run typecheck:
tests/chain/rpc.test.ts#L32
Property 'trustedProxies' is missing in type '{ rpcUrl: string; port: number; host: string; databaseUrl: string; network: string; networkPassphrase: string; contractId: string; pollIntervalMs: number; startLedger: number; bodyLimit: number; queryStringLimit: number; }' but required in type 'Config'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading