Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: handle errors in Alchemy response for getWalletNfts #230
feat: handle errors in Alchemy response for getWalletNfts #230
Changes from 30 commits
77bf96c
edbd6ee
b60d990
f89a9c2
f035503
f08b598
fdaff51
651ab55
c388aac
ab756ef
889fdfd
ff14545
c75ade0
16333b9
24f2013
bb6a9d6
45cf769
0d4d113
91ace27
d6d9dee
189dded
d8dd2af
5a69bff
fe21157
3f8918b
7507980
0219c9d
fef68bf
733edef
11ee6c9
b18a74f
53f3fae
031f018
9a2dd91
ce8595e
69abde4
85de6ee
3485da3
39d5781
980c3bf
e4c369f
b7f1a64
954a0bb
1a5510d
f183ee3
a40c8c0
2249c63
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
what is
filterError
for? I see it used once here https://github.com/ArdentHQ/dashbrd/pull/230/files#diff-957272cbfdd990765850dc7924f1ac272f6ea71fb3403acbe633fe548369ebf6R213 but that doesn't make it clear to me when to pass that value 🤔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 saw that in
AlchemyPendingRequest
,getWalletNfts
wasn't the only endpoint filtering the data they receive. For this reason, I made the filter optional and we just turn off the filter forgetWalletNfts
, as the ticket mentions 👀