You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
In Ethereum an address casing is used as a checksum for validation. We should check this and if it fails give an error.
If an input address matches the API result for KeyringController's GetChecksumEthAddress then don't give a warning
If an address has each alphabetic character as lowercase, give a warning that the address has no checksum information and might be invalid.
If an address has each alphabetic character as uppercase, give a warning that the address has no checksum information and might be invalid.
If an address has both lowercase and uppercase alphabetic characters, and it doesn't match the checksum address, give an error and don't allow the user to send.
API available in v1.35.30 and above
The text was updated successfully, but these errors were encountered:
Description:
Same as Desktop ref: brave/brave-browser#19532
In Ethereum an address casing is used as a checksum for validation. We should check this and if it fails give an error.
If an input address matches the API result for KeyringController's GetChecksumEthAddress then don't give a warning
If an address has each alphabetic character as lowercase, give a warning that the address has no checksum information and might be invalid.
If an address has each alphabetic character as uppercase, give a warning that the address has no checksum information and might be invalid.
If an address has both lowercase and uppercase alphabetic characters, and it doesn't match the checksum address, give an error and don't allow the user to send.
API available in v1.35.30 and above
The text was updated successfully, but these errors were encountered: