sector import: Remote Commit1

This commit is contained in:
Łukasz Magiera
2022-09-19 12:13:06 +02:00
parent 830c2ffdf5
commit 9f03569cd0
13 changed files with 183 additions and 15 deletions
+13 -1
View File
@@ -572,6 +572,18 @@ type RemoteSectorMeta struct {
////////
// SEALING SERVICE HOOKS
// todo Commit1Provider
// URL
// todo better doc
RemoteCommit1Endpoint string
// todo OnDone / OnStateChange
}
type RemoteCommit1Params struct {
Ticket, Seed []byte
Unsealed cid.Cid
Sealed cid.Cid
ProofType abi.RegisteredSealProof
}