-
Notifications
You must be signed in to change notification settings - Fork 170
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
Complete spec for sector sets and related datastructures #298
Comments
FYI: The spec for |
spoke with @ZenGround0 and he will be working with me on the Sector Sets |
The bitfield operations in submit post should be clearer with #310 |
@ZenGround0 would you consider sector sets spec'd to your liking now? (if yes please close) |
A lot of this work seems close to landing. This issue calls out the need to get all of this great work written up in the spec and canonicalized to facilitate development storage protocol faults.
ValidateFaultSets([]FaultSet, Bitfield, Bitfield)
AggregateBitfileds([]FaultSet)
Subtract(Bitfield, Bitfield)
Filter(SectorSet, []FaultSet)
Sizeof(SectorSet)
The text was updated successfully, but these errors were encountered: