-
Notifications
You must be signed in to change notification settings - Fork 1
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
rfc: Add deal parameters #763
Conversation
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.
If we had to go with it as a MVP, I'd approve it. Left some comments to consider, but overall looks good. I don't know, when I was thinking about it the first time it felt more complex, maybe I was overthinking.
I think that the choice that SPs are setting those parameters by themselves is simplifying this work a lot. We'd need to suggest 'some prices for them' as a default for starters, to encourage SP to onboard, but I think from the technical standpoint it'll work.
e953285
to
30747b1
Compare
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.
For a PoC, LGTM
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.
LGTM we just need to finish discussing the parameter removal/modification
Description
This PR adds an RFC for adding deal parameters that the storage provider can set. Allowing use-case like automatic deal making and auction houses.
Closes #760