Skip to content

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies #2375

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies

chore: bump sor to 3.53.0 - feat: cached routes to support native currencies #2375

Triggered via pull request September 18, 2024 01:24
Status Failure
Total duration 1m 21s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run tests: lib/handlers/marshalling/cached-routes-marshaller.ts#L24
Property 'currencyIn' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/marshalling/cached-routes-marshaller.ts#L25
Property 'currencyOut' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/marshalling/cached-routes-marshaller.ts#L38
Argument of type '{ routes: CachedRoute<SupportedRoutes>[]; chainId: ChainId; currencyIn: Token; currencyOut: Token; protocolsCovered: Protocol[]; blockNumber: number; tradeType: TradeType; originalAmount: string; blocksToLive: number; }' is not assignable to parameter of type 'CachedRoutesParams'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L242
Argument of type '{ routes: CachedRoute<SupportedRoutes>[]; chainId: ChainId; currencyIn: any; currencyOut: any; protocolsCovered: Protocol[]; blockNumber: number; tradeType: TradeType; originalAmount: string; blocksToLive: number; }' is not assignable to parameter of type 'CachedRoutesParams'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L242
Property 'currencyIn' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L243
Property 'currencyOut' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L387
Argument of type '{ routes: CachedRoute<SupportedRoutes>[]; chainId: ChainId; currencyIn: any; currencyOut: any; protocolsCovered: Protocol[]; blockNumber: number; tradeType: TradeType; originalAmount: string; }' is not assignable to parameter of type 'CachedRoutesParams'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L387
Property 'currencyIn' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/router-entities/route-caching/dynamo-route-caching-provider.ts#L388
Property 'currencyOut' does not exist on type 'CachedRoutes'.
Run tests: lib/handlers/router-entities/route-caching/model/pair-trade-type-chain-id.ts#L33
Property 'currencyIn' does not exist on type 'CachedRoutes'.
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/