Merge remote-tracking branch 'origin/master' into feat/list-retrievals

This commit is contained in:
Łukasz Magiera
2021-06-04 20:49:01 +02:00
198 changed files with 7137 additions and 1365 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ import (
var DefaultHashFunction = uint64(mh.BLAKE2B_MIN + 31)
const dealStartBufferHours uint64 = 49
// 8 days ~= SealDuration + PreCommit + MaxProveCommitDuration + 8 hour buffer
const dealStartBufferHours uint64 = 8 * 24
type API struct {
fx.In