-
Notifications
You must be signed in to change notification settings - Fork 1
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: manage collections at seller level #630
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
web3Lib: args.web3Lib | ||
}); | ||
if (!isAvailable) { | ||
const uuid = Math.floor(Math.random() * 100000000).toFixed(0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const uuid = Math.floor(Math.random() * 100000000).toFixed(0); | |
const uuid = crypto.randomUUID(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've finally reverted as the crypto symbol is not resolved in tests...
Co-authored-by: albertfolch-redeemeum <[email protected]>
…ocol/core-components into 547-manage-collections
This reverts commit 9de53e2.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #630 +/- ##
==========================================
+ Coverage 84.49% 84.88% +0.39%
==========================================
Files 137 137
Lines 4076 4182 +106
Branches 716 737 +21
==========================================
+ Hits 3444 3550 +106
Misses 632 632
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
fixes #547
How to test
new e2e tests
core-sdk-collections.test.ts