feat: add native signer, implement signMessage and signTypedData #5391
on-pull-request.yml
on: pull_request
Enforce PR Title Format
2m 8s
Lint
2m 59s
Build and Test
2m 35s
Annotations
2 errors and 9 warnings
src/ma-v2/client/client.test.ts > MA v2 Tests > successfully sign + validate a message for native signer:
account-kit/smart-contracts/src/ma-v2/client/client.test.ts#L232
AssertionError: expected '0xffffffff' to deeply equal '0x1626ba7e'
- Expected
+ Received
- 0x1626ba7e
+ 0xffffffff
❯ src/ma-v2/client/client.test.ts:232:5
|
Build and Test
Process completed with exit code 1.
|
Enforce PR Title Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
account-kit/rn-signer/example/src/screens/Home.tsx#L56
React Hook useEffect has a missing dependency: 'signer'. Either include it or remove the dependency array
|
Lint:
account-kit/rn-signer/example/src/screens/Home.tsx#L63
React Hook useEffect has a missing dependency: 'handleIncomingURL'. Either include it or remove the dependency array
|
Lint:
account-kit/smart-contracts/src/ma-v2/client/client.test.ts#L6
'keccak256' is defined but never used
|
Lint:
account-kit/smart-contracts/src/ma-v2/client/client.test.ts#L7
'toHex' is defined but never used
|
Lint:
account-kit/smart-contracts/src/ma-v2/client/client.test.ts#L11
'SMAV2AccountClient' is defined but never used
|
Lint:
account-kit/smart-contracts/src/ma-v2/client/client.test.ts#L26
'isValidSigFail' is assigned a value but never used
|