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
Just to keep it in mind, a (common) way to validate ETH addresses is using the "mixed-case checksum address encoding" (https://eips.ethereum.org/EIPS/eip-55). Normalize ETH addresses would prevent addresses from being validated using this method.
I think in the tagpacks we should keep the addresses as they are (mixed case); but when ingesting ETH addresses into the tagstore, they should be automatically normalized to lower-case
Before insert, normalize ETH addressen (either lowercase or uppercase them).
The text was updated successfully, but these errors were encountered: