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

Record deal details after success making deals with SP #25

Open
longfeiWan9 opened this issue Feb 21, 2025 · 4 comments
Open

Record deal details after success making deals with SP #25

longfeiWan9 opened this issue Feb 21, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request M1
Milestone

Comments

@longfeiWan9
Copy link
Contributor

After xchainClient successfully runs aggregation and makes deals with SP, there is nothing about this deal being recorded. So there is no way to verify if the deal is made successfully or to track the deal status on the Filecoin network.

Image

xchainClient should:

  • track the return response from making a deal with SP.
  • record anything useful, e.g. dealID, txId, etc.
  • return it so the client can use it to track the status of the deal.
  • maybe more?
@tesol2y090
Copy link

Hi, I'm part of cohort 2. I can work on this one.

@longfeiWan9
Copy link
Contributor Author

longfeiWan9 commented Feb 24, 2025

@tesol2y090 are you able to run xchainClient with buffer and aggregation? This issue requires running the onramp contract and xchainClient together and be able to each to the storage deal part

@tesol2y090
Copy link

tesol2y090 commented Feb 24, 2025

@longfeiWan9 Is the setup steps in README.md enough to work on this?

@longfeiWan9
Copy link
Contributor Author

@tesol2y090 I think so. Actually, you can try to work on this. Just following the readme to deploy contracts, bring up xchainClient. If there is anything missing or not working, feel free to create an small issue or PR to fix it. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request M1
Projects
Status: Ready
Development

No branches or pull requests

2 participants