feat: show red warning when sending to address with zero tx history #109
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/issue-82-new-address-warning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the confirm-tx screen, asynchronously checks the recipient address via Blockscout API. If the address has never sent or received any transactions (normal or ERC-20), displays a prominent red warning.
Fails open: network errors silently skip the warning to avoid blocking legitimate sends.
docker build .passes.Closes #82
Closing as duplicate of #98 which already addresses issue #82 and is merge-ready.
Pull request closed