-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Expose control over deal decision logic #1920
Comments
Additionally, we should allow miners to have a list of content CIDs they won't store or serve retrieval requests for. This may be required for miners to comply with local law enforcement requests (note that which lists to respect and which items to block are entirely up to the miner operator) |
NotesThis PR in go-fil-markets (now merged) adds a configuration option to the retrieval provider which allows the node to register a There exists an equivalent bit of software for the storage provider, too. |
|
Hmm, for the CLI, I'd propose having a single command, call it So, something like This would require some overhaul of the work in #1994, but not too much. Very much scope to be improved, I'm sure. |
|
Manipulating config
I tweaked your proposal a little in hopes of making the various states straightforward (I eliminated the
1: The Reading configWe'll also need a
|
@laser Yup, this sounds totally good to me! Thank youuuu :) |
This issue has not been updated in some time. Should we close it or keep it open? |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 24 hours. |
This issue was closed because it is missing author input. |
We need to expose some controls for the storage miner over their deal decision logic. Namely, we should be able to configure some parameters about deal auto acceptance, setting an ask is already there, but some additional things we need are:
The text was updated successfully, but these errors were encountered: