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
1 change: 1 addition & 0 deletions builtin/v13/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func main() {
miner.DataActivationNotification{},
miner.ProveReplicaUpdates3Params{},
miner.SectorUpdateManifest{},
miner.SectorContentChangedParams{},
miner.SectorChanges{},
miner.PieceChange{},
// other types
Expand Down
69 changes: 69 additions & 0 deletions builtin/v13/miner/cbor_gen.go

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

2 changes: 1 addition & 1 deletion builtin/v13/miner/miner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ type SectorUpdateManifest struct {
type ProveReplicaUpdates3Return = batch.BatchReturn

// SectorContentChangedParams represents a notification of change committed to sectors.
type SectorContentChangedParams = []SectorChanges
type SectorContentChangedParams []SectorChanges

// SectorChanges describes changes to one sector's content.
type SectorChanges struct {
Expand Down
1 change: 1 addition & 0 deletions builtin/v14/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func main() {
miner.DataActivationNotification{},
miner.ProveReplicaUpdates3Params{},
miner.SectorUpdateManifest{},
miner.SectorContentChangedParams{},
miner.SectorChanges{},
miner.PieceChange{},
// other types
Expand Down
69 changes: 69 additions & 0 deletions builtin/v14/miner/cbor_gen.go

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

2 changes: 1 addition & 1 deletion builtin/v14/miner/miner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ type SectorUpdateManifest struct {
type ProveReplicaUpdates3Return = batch.BatchReturn

// SectorContentChangedParams represents a notification of change committed to sectors.
type SectorContentChangedParams = []SectorChanges
type SectorContentChangedParams []SectorChanges

// SectorChanges describes changes to one sector's content.
type SectorChanges struct {
Expand Down
1 change: 1 addition & 0 deletions builtin/v15/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func main() {
miner.DataActivationNotification{},
miner.ProveReplicaUpdates3Params{},
miner.SectorUpdateManifest{},
miner.SectorContentChangedParams{},
miner.SectorChanges{},
miner.PieceChange{},
// other types
Expand Down
69 changes: 69 additions & 0 deletions builtin/v15/miner/cbor_gen.go

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

2 changes: 1 addition & 1 deletion builtin/v15/miner/miner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ type SectorUpdateManifest struct {
type ProveReplicaUpdates3Return = batch.BatchReturn

// SectorContentChangedParams represents a notification of change committed to sectors.
type SectorContentChangedParams = []SectorChanges
type SectorContentChangedParams []SectorChanges

// SectorChanges describes changes to one sector's content.
type SectorChanges struct {
Expand Down
1 change: 1 addition & 0 deletions builtin/v16/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ func main() {
miner.DataActivationNotification{},
miner.ProveReplicaUpdates3Params{},
miner.SectorUpdateManifest{},
miner.SectorContentChangedParams{},
miner.SectorChanges{},
miner.PieceChange{},
// other types
Expand Down
69 changes: 69 additions & 0 deletions builtin/v16/miner/cbor_gen.go

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

2 changes: 1 addition & 1 deletion builtin/v16/miner/miner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ type SectorUpdateManifest struct {
type ProveReplicaUpdates3Return = batch.BatchReturn

// SectorContentChangedParams represents a notification of change committed to sectors.
type SectorContentChangedParams = []SectorChanges
type SectorContentChangedParams []SectorChanges

// SectorChanges describes changes to one sector's content.
type SectorChanges struct {
Expand Down
1 change: 1 addition & 0 deletions builtin/v17/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ func main() {
miner.DataActivationNotification{},
miner.ProveReplicaUpdates3Params{},
miner.SectorUpdateManifest{},
miner.SectorContentChangedParams{},
miner.SectorChanges{},
miner.PieceChange{},
// other types
Expand Down
Loading
Loading