You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both BitField and SectorSet exist in our Data Structures spec - so it's not clear to me which of the two types we should use.
Should the SubmitPoSt method accept BitField or SectorSet for recovered and done?
The text was updated successfully, but these errors were encountered:
laser
changed the title
SubmitPoSt psuedocode represent "recovered" and "done" as BitField, but docs use "SectorSet" type
SubmitPoSt psuedocode represent "recovered" and "done" as "BitField", but docs use "SectorSet" type
May 14, 2019
laser
changed the title
SubmitPoSt psuedocode represent "recovered" and "done" as "BitField", but docs use "SectorSet" type
SubmitPoSt psuedocode represents "recovered" and "done" as "BitField", but docs use "SectorSet" type
May 14, 2019
The SubmitPoSt portion of the specs lists the method's parameter names and types:
However, the pseudocode uses different types:
Both
BitField
andSectorSet
exist in our Data Structures spec - so it's not clear to me which of the two types we should use.Should the
SubmitPoSt
method acceptBitField
orSectorSet
forrecovered
anddone
?The text was updated successfully, but these errors were encountered: