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
I think leaving addresses as lowercase in database is fine. From usability perspective, this is more convenient, because every language including SQL has a string.to_lower_case() type of function, while the reverse is not true (need special library to generate checksum addresses).
The checksum addresses are mostly to be used in UI's to prevent some class of copy/paste errors (all addresses in Reefscan UI should be ckecksum cased)
For the following tasks, we suggest the following implementations:
Pool DB schematic:
The text was updated successfully, but these errors were encountered: