Summary
src/utils/eip712/eip712Signing.ts has tests but is missing edge cases for typing of OptionalAll types, and no coverage for missing fields.
Affected area
src/utils/eip712/__tests__/eip712Signing.test.ts
Expected behaviour
Add fixtures and tests for empty signers, malformed payloads, and replay protection.
Acceptance criteria
Summary
src/utils/eip712/eip712Signing.tshas tests but is missing edge cases for typing of OptionalAll types, and no coverage for missing fields.Affected area
src/utils/eip712/__tests__/eip712Signing.test.tsExpected behaviour
Add fixtures and tests for empty signers, malformed payloads, and replay protection.
Acceptance criteria