feat: add issue templates + implement SEP-10 challenge-response auth #5
Annotations
10 errors and 11 warnings
|
lint-build-test (20):
src/checkout/checkout.controller.ts#L1
Replace `⏎··Controller,·Post,·Get,·Body,·Param,·UseGuards,·Request,⏎` with `·Controller,·Post,·Get,·Body,·Param,·UseGuards,·Request·`
|
|
lint-build-test (20):
src/auth/auth.service.ts#L147
'networkPassphrase' is assigned a value but never used
|
|
lint-build-test (20):
src/auth/auth.service.ts#L138
Replace `⏎········txData.tx,⏎········txData.passphrase,⏎······` with `txData.tx,·txData.passphrase`
|
|
lint-build-test (20):
src/auth/auth.service.ts#L84
'now' is assigned a value but never used
|
|
lint-build-test (20):
src/auth/auth.service.spec.ts#L36
Replace `⏎······service.walletLogin({·walletAddress:·''·}),⏎····` with `service.walletLogin({·walletAddress:·''·})`
|
|
lint-build-test (20):
src/auth/auth.service.spec.ts#L30
Replace `⏎······service.walletLogin({·walletAddress:·'invalid'·}),⏎····).rejects.toThrow(UnauthorizedException` with `service.walletLogin({·walletAddress:·'invalid'·})).rejects.toThrow(⏎······UnauthorizedException,⏎····`
|
|
lint-build-test (20):
src/auth/auth.dto.ts#L36
Replace `·message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)'` with `⏎····message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)',⏎·`
|
|
lint-build-test (20):
src/auth/auth.dto.ts#L14
Replace `·message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)'` with `⏎····message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)',⏎·`
|
|
lint-build-test (20):
src/auth/auth.dto.ts#L7
Replace `·message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)'` with `⏎····message:·'Must·be·a·valid·Stellar·public·key·(starts·with·G,·56·chars)',⏎·`
|
|
lint-build-test (20):
src/auth/api-key.guard.ts#L1
Replace `⏎··CanActivate,·ExecutionContext,·Injectable,·UnauthorizedException,⏎` with `·CanActivate,·ExecutionContext,·Injectable,·UnauthorizedException·`
|
|
lint-build-test (20)
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/
|
|
lint-build-test (20):
src/merchants/merchants.controller.ts#L54
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/merchants/merchants.controller.ts#L45
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/merchants/merchants.controller.ts#L36
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/merchants/merchants.controller.ts#L27
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/merchants/merchants.controller.ts#L21
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/checkout/checkout.controller.ts#L25
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/checkout/checkout.controller.ts#L14
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/auth/jwt.strategy.ts#L14
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/__tests__/app.smoke.spec.ts#L14
Unexpected any. Specify a different type
|
|
lint-build-test (20):
src/__tests__/app.smoke.spec.ts#L13
Unexpected any. Specify a different type
|