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?
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: