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

feat: retrieve active escrow data #818

Merged
merged 5 commits into from Mar 30, 2022

Conversation

KolevDarko
Copy link
Contributor

This ads a method for reading data from the Escrow smart contract directly to the EscrowInfoRetriever.
We need to read data from a mapping in the Escrow contract to be able to figure out some deadlines when freezing funds etc.
This data is not broadcasted in any events so the only way to get it is from the contract directly.

This new function is exposed to 3rd party users via request-client.js, within the Request class.

@coveralls
Copy link

coveralls commented Mar 30, 2022

Coverage Status

Coverage increased (+0.008%) to 87.817% when pulling c327aeb on feat/retrieve-active-escrow-data into 19e6d16 on master.

@KolevDarko KolevDarko enabled auto-merge (squash) March 30, 2022 09:10
@KolevDarko KolevDarko merged commit 0bcf58c into master Mar 30, 2022
@KolevDarko KolevDarko deleted the feat/retrieve-active-escrow-data branch March 30, 2022 09:15
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

4 participants