-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: Add transfers by domain route #216
base: main
Are you sure you want to change the base?
Conversation
querystring: { | ||
type: "object", | ||
properties: { | ||
...paginationSchema, | ||
domain: { | ||
type: "string", | ||
default: "source", | ||
default: undefined, |
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.
This might break something on explorer-ui if it assumed source right now.
@tcar121293 Do you know how this is used right now?
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.
@wainola can you validate this also
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.
this means it can be undefined, doesn't it? if so, yes, it would break explorer as is a property we are using to render info
Modified an existing route so that it is possible to get all transfers where a specific domain is either a source domain or a destination domain.