Merge remote-tracking branch 'origin/releases' into chore/merge-release

This commit is contained in:
Łukasz Magiera
2021-06-24 09:39:11 +02:00
13 changed files with 211 additions and 64 deletions
+3
View File
@@ -90,6 +90,9 @@ type SetExpectedSealDurationFunc func(time.Duration) error
// too determine how long sealing is expected to take
type GetExpectedSealDurationFunc func() (time.Duration, error)
type SetMaxDealStartDelayFunc func(time.Duration) error
type GetMaxDealStartDelayFunc func() (time.Duration, error)
type StorageDealFilter func(ctx context.Context, deal storagemarket.MinerDeal) (bool, string, error)
type RetrievalDealFilter func(ctx context.Context, deal retrievalmarket.ProviderDealState) (bool, string, error)