feat(express): migrate signpayload to typed routes #22764
Triggered via pull request
September 10, 2025 19:40
Status
Failure
Total duration
10m 47s
Artifacts
–
ci.yml
on: pull_request
browser-test
5m 28s
docker-build
10m 43s
Matrix: code-quality
Matrix: unit-test
Annotations
7 errors
|
code-quality (dependencies)
Process completed with exit code 1.
|
|
unit-test (22.x)
Process completed with exit code 1.
|
|
unit-test (22.x)
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.
|
|
unit-test (20.x)
Process completed with exit code 1.
|
|
unit-test (20.x)
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.
|
|
browser-test
Process completed with exit code 1.
|
|
browser-test
Argument of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>' is not assignable to parameter of type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>> & { decoded: { walletId: string; payload: Json; walletPassphrase?: string | undefined; } & {}; }'.
|