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
feat(pdp): add find_piece_ids_by_cid for efficient CID→ID lookup (#26)
Mirrors FilOzone/synapse-sdk#718. Adds a direct on-chain
findPieceIdsByCid call on SyncPDPVerifier and AsyncPDPVerifier so
callers can resolve a PieceCID to piece IDs in O(1) rather than
scanning getActivePieces (which pages and fails on large datasets).
0 commit comments