Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial p/uuid dapp #2075

Closed
wants to merge 7 commits into from
Closed

Conversation

DIGIX666
Copy link
Contributor

I suggest adding a UUID package because I think it could be useful to have it available. I think it can further facilitate traceability and compatibility between different systems and apps as they would have a common standard for identifying entities.

To improve UUID generation, I wanted to add a resolver like Snowflake, but from what I've searched, sync/atomic is not supported on Gno. Is there another similar package that I might have missed ?

moul and others added 6 commits May 12, 2024 15:43
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
@DIGIX666 DIGIX666 requested review from a team as code owners May 12, 2024 14:00
@DIGIX666 DIGIX666 requested review from zivkovicmilos and petar-dambovaliev and removed request for a team May 12, 2024 14:00
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label May 12, 2024
Copy link

codecov bot commented May 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.96%. Comparing base (dc6eb7d) to head (7d37b82).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2075      +/-   ##
==========================================
+ Coverage   54.95%   54.96%   +0.01%     
==========================================
  Files         481      481              
  Lines       67407    67407              
==========================================
+ Hits        37044    37052       +8     
+ Misses      27341    27336       -5     
+ Partials     3022     3019       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DIGIX666 DIGIX666 closed this May 12, 2024
@DIGIX666
Copy link
Contributor Author

There are commits that do not concern the UUID package

@DIGIX666 DIGIX666 deleted the dev/thox/uuid branch May 12, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants