You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
@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 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.
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.
xchainClient should:
The text was updated successfully, but these errors were encountered: