-
Notifications
You must be signed in to change notification settings - Fork 32
feat: streaming upload #668
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
Conversation
@Kubuxu and @hugomrdias to do intial review |
The approach seems very much reasonable to me |
Based on your review, I will proceed with rest of the code and testing. Thank you for a quick review. |
this is a nicer, much less hacky version of what I was imagining, so 👍 |
e9434a1
to
e0847b3
Compare
First pass at supporting the new flow @ filecoin-project/curio#668 Second pass at this would expose the stream up through the SDK so you're not forced to pass down byte arrays. For now, this is just internal and hides the details outside of PDPServer.
Draft SDK impl @ FilOzone/synapse-sdk#280 |
First pass at supporting the new flow @ filecoin-project/curio#668 Second pass at this would expose the stream up through the SDK so you're not forced to pass down byte arrays. For now, this is just internal and hides the details outside of PDPServer.
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.
tested with FilOzone/synapse-sdk#280 and this is non-breaking so I'm happy for this to go in and we can work on upgrade strategy on the client side separately
f8a8249
to
0a255a8
Compare
Uh oh!
There was an error while loading. Please reload this page.