Skip to content

Update guard.gen.ts #4789

Update guard.gen.ts

Update guard.gen.ts #4789

Triggered via push December 4, 2025 11:07
Status Failure
Total duration 3m 25s
Artifacts

tests.yml

on: push
Install dependencies
39s
Install dependencies
Run build
24s
Run build
Run 0xsequence tests
1m 9s
Run 0xsequence tests
Run abi tests
24s
Run abi tests
Run account tests
32s
Run account tests
Run api tests
30s
Run api tests
Run auth tests
2m 11s
Run auth tests
Run core tests
30s
Run core tests
Run deployer tests
29s
Run deployer tests
Run guard tests
26s
Run guard tests
Run indexer tests
24s
Run indexer tests
Run metadata tests
23s
Run metadata tests
Run migrations tests
24s
Run migrations tests
Run network tests
22s
Run network tests
Run provider tests
2m 39s
Run provider tests
Run relayer tests
58s
Run relayer tests
Run replacer tests
23s
Run replacer tests
Run sessions tests
1m 24s
Run sessions tests
Run signhub tests
30s
Run signhub tests
Run utils tests
31s
Run utils tests
Run waas tests
30s
Run waas tests
Run wallet tests
52s
Run wallet tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Run build
Process completed with exit code 2.
Run build: packages/guard/src/signer.ts#L180
Argument of type '{ timestamp: number; signature: string; }' is not assignable to parameter of type 'ResetRecoveryCodesArgs'.
Run build: packages/guard/src/signer.ts#L169
Argument of type '{ timestamp: number; signature: string; }' is not assignable to parameter of type 'RecoveryCodesArgs'.
Run build: packages/guard/src/signer.ts#L155
Property 'chainId' is missing in type '{ wallet: string; timestamp: number; signer: string; signature: string; }' but required in type 'OwnershipProof'.
Run build: packages/guard/src/signer.ts#L142
Argument of type '{ timestamp: number; signature: string; }' is not assignable to parameter of type 'ResetTOTPArgs'.
Run build: packages/guard/src/signer.ts#L126
Argument of type '{ timestamp: number; signature: string; }' is not assignable to parameter of type 'CreateTOTPArgs'.
Run build: packages/guard/src/signer.ts#L112
Argument of type '{ pin: string; timestamp: number; signature: string; }' is not assignable to parameter of type 'SetPINArgs'.
Run build: packages/guard/src/signer.ts#L107
Argument of type '{ timestamp: number; signature: string; }' is not assignable to parameter of type 'ResetPINArgs'.
Run build: packages/guard/src/signer.ts#L90
Property 'chainId' is missing in type '{ wallet: string; timestamp: number; signer: string; signature: string; }' but required in type 'OwnershipProof'.
Run account tests
Property 'cause' does not exist on type 'WebrpcClientAbortedError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcInternalErrorError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcServerPanicError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcBadResponseError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcBadRequestError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcBadMethodError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcBadRouteError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcRequestFailedError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcEndpointError'.
Run account tests
Property 'cause' does not exist on type 'WebrpcError'.
Run provider tests
Process completed with exit code 1.