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.
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
clawbot
self-assigned this 2026-03-01 00:01:00 +01:00
On the confirm-tx screen, asynchronously check the recipient address
via Blockscout API. If the address has never sent or received any
transactions (normal or ERC-20), display a prominent red warning.
Fails open: network errors silently skip the warning to avoid
blocking legitimate sends.
Closes#82
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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