Skip to content

Commit

Permalink
feat!: miner: niporep params and cbor encoding vector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 24, 2024
1 parent a72ed1b commit 248175c
Show file tree
Hide file tree
Showing 4 changed files with 626 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builtin/v14/gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ func main() {
miner.ReplicaUpdate2{},
miner.ExpirationExtension2{},
miner.SectorClaim{},
miner.SectorNIActivationInfo{},
miner.ProveCommitSectorsNIParams{},
); err != nil {
panic(err)
}
Expand Down
Loading

0 comments on commit 248175c

Please sign in to comment.