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 client retrieval system expects a car file with dag information so that it knows which blocks to request from the server. The current issue is that when the client receives a root node. It doesn't know which blocks are next in the tree to be requested.
The current convert command converts contents to a car, but it doesn't encode any dag nodes metadata. That should be changed so that the nodes that are written to car also at least contain links to other nodes.
The text was updated successfully, but these errors were encountered:
The client retrieval system expects a car file with dag information so that it knows which blocks to request from the server. The current issue is that when the client receives a root node. It doesn't know which blocks are next in the tree to be requested.
The current
convert
command converts contents to a car, but it doesn't encode any dag nodes metadata. That should be changed so that the nodes that are written to car also at least contain links to other nodes.The text was updated successfully, but these errors were encountered: