Skip to content

Use checksummed address in Wallet #4959

Closed

Description

Description

Type: Feature

Summary: Currently, a wallet address shown in Status is not checksummed. It means, there is a higher probability of an error while using the address. If the same address would checksummed, it can be validated more extensively to check its correctness. That's why it makes sense to show all wallet addresses in the checksummed version.

Example of non-checksummed address (currently shown in Status):
0xc75da9aa5e60be78c1b5ab2ba39ada1064747470

The same address but checksummed (I used etherscan.io to convert it):
0xc75DA9Aa5E60Be78c1b5aB2bA39ADa1064747470

Expected behavior

Wallet should show checksummed addresses in:

  1. "Wallet" -> "Receive transaction"
  2. "Wallet" -> "Send transaction" -> "Recipient" list
  3. "Wallet" -> "Send transaction", "Recipient address" field

Actual behavior

Wallet shows non-checksummed addresses.

Reproduction

  • Open Status
  • Go to Wallet
  • Go to Receive transaction

Additional Information

  • Status version: 0.9.21
  • Operating System: Android, iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    featurefeature requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions