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
The term "Section" is used to describe the repeated <varint><cid><block> format that collectively make up the Data portion of a CAR file.
Use terminology consistent with docs in code to avoid confusion.
Example inconsistent terminology, where the term "block" is used to refer to a "Section":
I'd recommend using frame. Section is too broad / will conflict with the concept of synthetic cars in the future ( car files that are copy-pasted one after the other with all headers removed )
I'm fine with "Frame" but it's going to require spec updating - someone needs to do that and you're welcome to (and I'd +1), but if that doesn't get done then "Section" is what we have.
The term "Section" is used to describe the repeated
<varint><cid><block>
format that collectively make up the Data portion of a CAR file.Use terminology consistent with docs in code to avoid confusion.
Example inconsistent terminology, where the term "block" is used to refer to a "Section":
go-car/v2/blockstore/readonly.go
Lines 184 to 187 in c4b9dc8
The text was updated successfully, but these errors were encountered: