Skip to content

feat: add native signer, implement signMessage and signTypedData #5391

feat: add native signer, implement signMessage and signTypedData

feat: add native signer, implement signMessage and signTypedData #5391

Triggered via pull request December 20, 2024 01:40
Status Failure
Total duration 3m 7s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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