Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions commands/blob/cbor_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 30 additions & 1 deletion commands/blob/json_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions commands/blob/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ type AcceptArguments struct {

type AcceptOK struct {
Site cid.Cid `cborgen:"site" dagjsongen:"site"`
// PDP is a promise of the `/pdp/accept` task result, which completes when
// the piece has been aggregated and root added to the node's PDP dataset.
PDP promise.AwaitOK `cborgen:"pdp" dagjsongen:"pdp"`
}

type AllocateArguments struct {
Expand Down
Loading