Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a storage miner should be provided with commands to set the minimum and maximum piece size they're willing to accept in a storage deal #2027

Closed
laser opened this issue Jun 15, 2020 · 0 comments · Fixed by #2046
Assignees

Comments

@laser
Copy link
Contributor

laser commented Jun 15, 2020

Request

We should introduce a CLI command which allows a storage miner to configure the minimum and maximum piece sizes for which they are willing to accept storage deal proposals.

Acceptance critiera

  1. An operator of a lotus storage miner should be provided with commands which allows them to set their minimum and maximum piece size.
  2. A lotus storage miner which receives a storage deal proposal for a piece with a size which is below the minimum that it has specified should automatically reject that proposal.
  3. A lotus storage miner which receives a storage deal proposal for a piece with a size which is above the maximum that is has specified should automatically reject that proposal.
  4. The storage client should receive some feedback (perhaps through the lotus client list-deals command) that their deal proposal was rejected and some text which indicates that their piece was either too large or small.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants