Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mj52951
Copy link
Contributor

@mj52951 mj52951 commented Sep 10, 2024

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.

tests/e2e/domainRoute.spec.ts Show resolved Hide resolved
querystring: {
type: "object",
properties: {
...paginationSchema,
domain: {
type: "string",
default: "source",
default: undefined,
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants