Feat/add poolId #807
workflow.yml
on: pull_request
Check if gateway files changed
9s
docker_build_and_push
0s
Annotations
10 errors and 4 warnings
Gateway build + unit tests:
src/amm/amm.validators.ts#L200
Cannot redeclare block-scoped variable 'validatePoolId'.
|
Gateway build + unit tests:
src/amm/amm.validators.ts#L207
Cannot redeclare block-scoped variable 'validatePoolId'.
|
Gateway build + unit tests:
src/chains/polygon/polygon.ts#L13
'BalancerConfig' is declared but its value is never read.
|
Gateway build + unit tests:
src/connectors/balancer/balancer.ts#L8
Cannot find module '@balancer-labs/sdk' or its corresponding type declarations.
|
Gateway build + unit tests:
src/connectors/balancer/balancer.ts#L226
Type 'Trade' is not assignable to type 'UniswapishTrade'.
|
Gateway build + unit tests:
src/connectors/balancer/balancer.ts#L299
Type 'Trade' is not assignable to type 'UniswapishTrade'.
|
Gateway build + unit tests:
src/connectors/balancer/balancer.ts#L318
Property 'executeTrade' in type 'Balancer' is not assignable to the same property in base type 'Uniswapish'.
|
Gateway build + unit tests:
src/connectors/balancer/types.ts#L1
Cannot find module '@balancer-labs/sdk' or its corresponding type declarations.
|
Gateway build + unit tests:
src/services/connection-manager.ts#L215
Cannot find name 'Balancer'.
|
Gateway build + unit tests:
test/connectors/balancer/ethereum.balancer.test.ts#L10
Cannot find module '@balancer-labs/sdk' or its corresponding type declarations.
|
Check if gateway files changed
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/get-diff-action@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check if gateway files changed
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Gateway build + unit tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Gateway build + unit tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|