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 current implementation parses PieceCID from the Graphsync metadata.
According to the direction set in the design doc for In Spark v2, we will drop support for Graphsync and require IPNI advertisements to build ContextID from the piece info.
The piece indexer must accommodate that change and use ContextID as the lookup key. This requires changes both in the indexer and the REST API.
The current implementation parses PieceCID from the Graphsync metadata.
According to the direction set in the design doc for In Spark v2, we will drop support for Graphsync and require IPNI advertisements to build ContextID from the piece info.
The piece indexer must accommodate that change and use
ContextIDas the lookup key. This requires changes both in the indexer and the REST API.