Skip to content

Commit

Permalink
include payloadCID in finalized task (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
willscott authored Jun 14, 2021
1 parent e385a2d commit 7578d62
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 7 deletions.
22 changes: 22 additions & 0 deletions controller/graphql/schema.go

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

1 change: 1 addition & 0 deletions tasks/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func main() {
schema.SpawnStructField("MinerVersion", "String", true, true),
schema.SpawnStructField("ClientVersion", "String", true, true),
schema.SpawnStructField("Size", "Int", true, true),
schema.SpawnStructField("PayloadCID", "String", true, true),
}, schema.SpawnStructRepresentationMap(map[string]string{})))
ts.Accumulate(schema.SpawnList("FinishedTasks", "FinishedTask", false))
ts.Accumulate(schema.SpawnLinkReference("Link_FinishedTask", "FinishedTask"))
Expand Down
138 changes: 132 additions & 6 deletions tasks/ipldsch_satisfaction.go

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

1 change: 1 addition & 0 deletions tasks/ipldsch_types.go

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

Loading

0 comments on commit 7578d62

Please sign in to comment.