feat: implement evm aa with JoyID #67
Annotations
8 errors and 1 warning
Build:
src/App.tsx#L218
Argument of type '`0x${string}` | null' is not assignable to parameter of type '`0x${string}`'.
|
Build:
src/evm-aa/provider.ts#L8
Type 'JoySigner' is not assignable to type 'SmartAccountSigner'.
|
Build:
src/evm-aa/signer.ts#L9
Property 'inner' has no initializer and is not definitely assigned in the constructor.
|
Build:
src/evm-aa/signer.ts#L24
Type '() => Promise<unknown>' is not assignable to type '() => Promise<`0x${string}`>'.
|
Build:
src/evm-aa/signer.ts#L50
Type '(msg: string | Uint8Array) => Promise<unknown>' is not assignable to type '(msg: string | Uint8Array) => Promise<`0x${string}`>'.
|
Build:
src/evm-aa/signer.ts#L76
Property 'signTypedData' in type 'JoySigner' is not assignable to the same property in base type 'SmartAccountSigner<HDAccount>'.
|
Build:
src/evm-aa/signer.ts#L83
Argument of type 'TypedDataDefinition' is not assignable to parameter of type 'string | Uint8Array'.
|
Build
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading