-
Notifications
You must be signed in to change notification settings - Fork 80
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
Convert SectorDealIDs to an alias for Vec<DealID>, removing struct #1510
Conversation
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 reasonable, that struct wasn't really giving us anything.
@rvagg I rebased on master since the prior base is now merged there, but looks like some other commits got dragged in. Could you fix this up? |
11a92ec
to
f3794ad
Compare
done, and squashed the fixup while I was there |
I've attempted to resolve the conflict with master, waiting for CI... |
f17131a
to
028f18f
Compare
rebased the original locally and force pushed it, should be gtg now |
Continuing on from a question I raised in filecoin-project/FIPs#930 about the wrapping of an array in a struct, this is seeing what it looks like with that done in code.