Open xinaxu opened 11 months ago
https://github.com/filecoin-project/motion/blob/421fde20ffd47e684a117567629829f8d5fd4747/integration/singularity/store.go#L564C13-L564C13
Using GetFileDealsParams which returns a list of DealState is flawed. It needs to return a list of DealState for each FileRange
Singularity needs to offer a different API to return list of DealState for each FileRange
https://github.com/filecoin-project/motion/blob/421fde20ffd47e684a117567629829f8d5fd4747/integration/singularity/store.go#L564C13-L564C13
Using GetFileDealsParams which returns a list of DealState is flawed. It needs to return a list of DealState for each FileRange
Singularity needs to offer a different API to return list of DealState for each FileRange