filecoin-shipyard / browser-retrieval

A p2p network of Filecoin content retrievers
21 stars 8 forks source link

Error when you try to download/delete a v1 CID from another peer #199

Closed brunolm closed 3 years ago

brunolm commented 3 years ago

steps

  1. download a CID from a miner in Browser A
  2. request the CID from Browser B
  3. download CID from peer (not proxy)

expected

CID to be transferred

actual

Key not found in database

notes

Likely issue: incorrect parameters on datastore.put, need to decode CID as in the proxy transfer