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

Added functionality for manyDeposits change in the escrow #11

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

carlosvdr
Copy link
Collaborator

Updated Escrow contract and added changes for the subgraph to work accordingly.

  • Added a many deposits ID (this value will be filled with the txn ID) looking through this value you can find all Deposits related to this txn

tests/local_contract_calls.py Outdated Show resolved Hide resolved
tests/local_contract_calls.py Show resolved Hide resolved
src/mappings/escrow.ts Show resolved Hide resolved
@carlosvdr carlosvdr linked an issue Nov 7, 2023 that may be closed by this pull request
Copy link
Contributor

@aasseman aasseman left a comment

Choose a reason for hiding this comment

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

:shipit:

Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
@carlosvdr carlosvdr merged commit 6f1c5d9 into main Nov 8, 2023
1 check passed
@carlosvdr carlosvdr deleted the many-deposits-fix branch November 8, 2023 15:30
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.

Change in subgraph to accept manyDeposits
2 participants