Important
This is a bugfix release from the Shipyard team. Our IPFS work ends on September 30, 2026. Until then we will ship security and bug fix releases only if any are needed. After that date, no one at Shipyard maintains this repository. If you depend on these tests, read the announcement and send us your transition questions before the end of September
Added
- New
TestUnixFSPBNodeFieldOrderandTestTrustlessRawPBNodeFieldOrdertests covering both PBNode field orders: the streaming-friendlyData-before-Linksorder proposed for theunixfs-v1-2026profile in IPIP-550, and the legacyLinks-before-Dataorder. Path resolution must work through UnixFS directories and HAMT shards in either encoding, and raw block responses must return the stored bytes verbatim without re-encoding to a preferred order. Backed by the newpbnode-field-orders.carfixture, byte-identical to the IPIP-550 fixtures table.