filecoin-project / lily

capturing on-chain state for the filecoin network
Other
48 stars 45 forks source link

feat: refine the provider sectors func #1294

Closed Terryhung closed 6 months ago

Terryhung commented 6 months ago

Description

Introduce the new method GetProviderSectorsByDealID and optimize the original GetProviderSectors method by minimizing the number of loops and altering the return value type.