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:
- "Wallet" -> "Receive transaction"
- "Wallet" -> "Send transaction" -> "Recipient" list
- "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