-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add nv25 GST-skeleton #324
Conversation
chore: create base nv25 skeleton
chore: delete migration specific for nv24
fix: update package in `builtin/v16/check.go` to v16
c7e2763
to
306c8df
Compare
How does one review 33K LOC 😱 If this is a mechanical PR, I wonder if we should consider automating it. |
Yes, this is mostly a mechanical PR. It is just the steps outlined in 1. here: https://github.com/filecoin-project/lotus/blob/master/documentation/misc/Building_a_network_skeleton.md#go-state-types-checklist |
Thanks Captured this: #326 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK. we need a machine to generate PRs like this as it is highly error prone to have humans create the PR and humans reviewing it.
Ref: #321
feat: add nv25 GST-skeleton