filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.85k stars 1.27k forks source link

Improve storage deal success rate #4749

Closed arajasek closed 3 years ago

arajasek commented 4 years ago

The current storage deal success rate is not good, which isn't too surprising -- it's a workflow that requires various modules to stay on their happy paths (markets, data transfer, the mining process itself, etc.)

We need to exercise this workflow a bunch, discover issues in these various subsystems, and iron out the wrinkles.

Issues discovered:

arajasek commented 4 years ago

Related graphsync issues: https://github.com/filecoin-project/lotus/issues/4755

dineshshenoy commented 4 years ago

Related #4789 and #4790

dineshshenoy commented 4 years ago

Added #4805

jennijuju commented 3 years ago

separate tickets for each issue are captured in Graphsync improvements and Storage Deal Success