-
Notifications
You must be signed in to change notification settings - Fork 589
[SDK] Add pagination to ERC721's getAllOwners
method
#1887
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
Conversation
🦋 Changeset detectedLatest commit: e523f0d The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1887 +/- ##
==========================================
+ Coverage 67.50% 67.51% +0.01%
==========================================
Files 291 291
Lines 11017 11016 -1
Branches 1513 1513
==========================================
+ Hits 7437 7438 +1
+ Misses 2955 2952 -3
- Partials 625 626 +1 ☔ View full report in Codecov by Sentry. |
/release-pr |
/release-pr |
…web-dev/js into kien/all-owners-pagination
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
* quick link fix * coinbase text fix
Problem solved
Currently this method has no limit on how many items one can query, which create excessive RPC calls. Adding this option should provide users some control over their RPC usage, and should potentially improve the performance of the
useOwnedNFTs
hookChanges made
How to test