textileio / powergate

Multitiered file storage API built on Filecoin and IPFS
MIT License
384 stars 93 forks source link

Investigate relationship between CIDs listed in FFS.Info and FFS.Show(All) #629

Closed asutula closed 4 years ago

asutula commented 4 years ago

Seems that cids listed in Info are sometimes not found using Show and ShowAll. Want to understand why this is and what the best UX should be.

ukstv commented 4 years ago

Please, report the current status of the job in Show instead of saying CID is not found.

asutula commented 4 years ago

This is fixed in Powergate v1.0.0. Got rid of some confusing API methods like show and info. You can now ask for cid info and get back a summary of the current storage state, any jobs, etc.

ukstv commented 4 years ago

Supercool. Thanks!