Skip to content

chore: Add transfers by domain route#216

Open
mj52951 wants to merge 6 commits into
mainfrom
mj52951/transfers-by-domain-route
Open

chore: Add transfers by domain route#216
mj52951 wants to merge 6 commits into
mainfrom
mj52951/transfers-by-domain-route

Conversation

@mj52951

@mj52951 mj52951 commented Sep 10, 2024

Copy link
Copy Markdown
Contributor

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.

Comment thread tests/e2e/domainRoute.spec.ts
domain: {
type: "string",
default: "source",
default: undefined,

Copy link
Copy Markdown
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
Copy Markdown
Member

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
Copy Markdown
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