-
Notifications
You must be signed in to change notification settings - Fork 8
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
Slingshot Dealbot Controller #96
base: main
Are you sure you want to change the base?
Conversation
|
||
Input: | ||
|
||
- A list of `{miner,CID}` tuples to be retrieved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how do you imagine inputting this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm imaging a text file like a CSV. But I think @ribasushi can give us another format like json (any format within reason).
Here's the only catch. We won't get the entire list at once. It will be a new list every few days since a human is the one finding the CIDs. @willscott telll me if you see any problem with that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems okay
#### What does done look like? | ||
_What specific deliverables should completed to consider this project done?_ | ||
|
||
- The go-ipfs node (to be set up by @ribasushi outside this project proposal) should contain the retrieved bits of all successful retrieval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems separate from the controller work, though?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is separate from the controller. I just wanted to capture it here because it'll mean small config changes in the Lotus instance used in the controller project.
This is the initial proposal for the Slingshot controller.