fix: proper offset to increase entropy in uid generation#4471
fix: proper offset to increase entropy in uid generation#4471haydenshively wants to merge 1 commit intowevm:mainfrom
Conversation
|
|
@haydenshively is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for raising! The UIDs are still unique (each offset by 1 char), so there's no functional issue for our use case. Going to close this one. |
Simple fix to increase entropy (avoid sharing characters) when generating UIDs -- I think this is what was originally intended.