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

Add unassigned deposits #13

Closed
wants to merge 6 commits into from
Closed

Add unassigned deposits #13

wants to merge 6 commits into from

Conversation

carlosvdr
Copy link
Collaborator

No description provided.

Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
@carlosvdr carlosvdr self-assigned this Nov 16, 2023
@carlosvdr
Copy link
Collaborator Author

Please help me review this PR, still need to add tests into the local tests.

schema.graphql Outdated
@@ -37,6 +37,13 @@ type Transaction @entity{
escrowAccount: EscrowAccount!
}

type UnnasignedTransaction @entity{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than creating this new entity, would it be simpler if you just add an unassignedBalance field in the Sender entity? Or is there a reason why you'd prefer this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that does make sense, didnt thought of that thanks!

Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
Copy link

@pcarranzav pcarranzav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (not sure why CI is failing tho)

@carlosvdr
Copy link
Collaborator Author

Closing this as this changes were discarded

@carlosvdr carlosvdr closed this Dec 7, 2023
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.

None yet

2 participants