-
Notifications
You must be signed in to change notification settings - Fork 15
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
V3 canary #530
Conversation
…-pools-query Add user address filter to pools query
modules/pool/pool.gql
Outdated
textSearch: String | ||
userAddress: String | ||
): [GqlPoolMinimal!]! |
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.
seems like it's a search param, but there is already where
. is it ok to move it there?
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.
fair
modules/pool/pool.gql
Outdated
textSearch: String | ||
userAddress: String | ||
): Int! |
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.
same as above
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.
same as above
there is a missed chain filter in: user-snapshot.service.ts#350 - https://github.com/beethovenxfi/beethovenx-backend/pull/530/files#diff-8125d1292097bfe85b74b26610b4e1b7c4714e7dfd25be08cb1f508c3e32253aR350 should be:
|
there was even more in there, thanks! |
Changes:
poolGetPools
will also return blacklisted pools by default now.