no validation is done on destination address when sending #67

Closed
opened 2026-02-28 20:39:17 +01:00 by sneak · 1 comment
Owner
No description provided.
clawbot was assigned by sneak 2026-02-28 20:39:17 +01:00
Collaborator

Addressed in PR #68. Added destination address validation:

  • Ethereum address format validation (0x + 40 hex chars)
  • EIP-55 checksum validation (mixed-case must match checksum; all-lowercase accepted)
  • ENS name format validation (delegated to provider for resolution)
  • Zero address blocked
  • Own-address warning (allowed but flagged)
  • Inline error messages with reserved space (no layout shift)
  • Review button disabled while address is invalid
Addressed in PR #68. Added destination address validation: - Ethereum address format validation (0x + 40 hex chars) - EIP-55 checksum validation (mixed-case must match checksum; all-lowercase accepted) - ENS name format validation (delegated to provider for resolution) - Zero address blocked - Own-address warning (allowed but flagged) - Inline error messages with reserved space (no layout shift) - Review button disabled while address is invalid
sneak closed this issue 2026-02-28 21:38:22 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sneak/AutistMask#67
No description provided.