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: add randomUUID into fuel-ts/crypto #2903

Merged
merged 11 commits into from
Aug 10, 2024

Conversation

Torres-ssf
Copy link
Contributor

@Torres-ssf Torres-ssf commented Aug 9, 2024

Checklist

  • I addedtests to prove my changes
  • I updated — all the necessary docs
  • I reviewed — the entire PR myself, using the GitHub UI
  • I described — all breaking changes and the Migration Guide

arboleya
arboleya previously approved these changes Aug 9, 2024
Copy link
Member

@arboleya arboleya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean one. 👌

Copy link
Contributor

@petertonysmith94 petertonysmith94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🚀

.changeset/wet-camels-tell.md Show resolved Hide resolved
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
Copy link
Contributor

github-actions bot commented Aug 9, 2024

Coverage Report:

Lines Branches Functions Statements
79.76%(+0.14%) 72.06%(+0.15%) 77.71%(+0.15%) 79.9%(+0.14%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/provider.ts 68.53%
(+0.34%)
62.29%
(-0.14%)
73.49%
(-0.31%)
68.48%
(+0.33%)
🔴 ✨ packages/account/src/providers/resource-cache.ts 96.15%
(+96.15%)
92.85%
(+92.85%)
100%
(+100%)
96.42%
(+96.42%)
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 89.05%
(+0%)
79.71%
(+1.45%)
85.71%
(+0%)
89.28%
(+0%)
🔴 packages/account/src/providers/transaction-response/transaction-response.ts 75.86%
(+3.14%)
58.33%
(+8.33%)
90%
(+1.12%)
75.86%
(+3.14%)
🔴 packages/account/src/providers/utils/extract-tx-error.ts 35%
(+25%)
11.11%
(+11.11%)
57.14%
(+57.14%)
36.36%
(+27.27%)
🔴 ✨ packages/crypto/src/browser/randomUUID.ts 0%
(+0%)
100%
(+100%)
0%
(+0%)
0%
(+0%)
🔴 ✨ packages/crypto/src/node/randomUUID.ts 100%
(+100%)
100%
(+100%)
0%
(+0%)
50%
(+50%)

@Torres-ssf Torres-ssf enabled auto-merge (squash) August 9, 2024 16:25
@Torres-ssf Torres-ssf merged commit b0c161f into master Aug 10, 2024
20 checks passed
@Torres-ssf Torres-ssf deleted the st/feat/add-random-uuid-fuel-crypto branch August 10, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add randomUUID into @fuel-ts/crypto
4 participants