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

Add support for request/stream-of-responses in p2p #1540

Merged
merged 33 commits into from
Nov 21, 2023
Merged

Add support for request/stream-of-responses in p2p #1540

merged 33 commits into from
Nov 21, 2023

Conversation

CHr15F0x
Copy link
Member

@CHr15F0x CHr15F0x commented Nov 20, 2023

Fixes: #1328


p2p_stream is a fork of libp2p-request-response which allows for a stream of responses instead of a single message.

@CHr15F0x CHr15F0x force-pushed the chris/rrs branch 12 times, most recently from 0a28bb5 to 0695796 Compare November 20, 2023 17:20
@CHr15F0x CHr15F0x marked this pull request as ready for review November 20, 2023 17:20
@CHr15F0x CHr15F0x requested review from pierre-l and a team as code owners November 20, 2023 17:20
@CHr15F0x CHr15F0x force-pushed the chris/rrs branch 2 times, most recently from ac3d4cb to 627c7a9 Compare November 20, 2023 21:48
@CHr15F0x CHr15F0x changed the title Chris/rrs Add support for request/stream-of-responses in p2p Nov 21, 2023
Copy link
Contributor

@sergey-melnychuk sergey-melnychuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think thorough reviews of such huge changes are necessary (or make much sense, to be completely honest), while the branch gets stale real quick.

If the functional tests are present (and do pass :)), I think the PR is good to go. Any issues are then simply addressed in follow up pull requests, not necessary by the author of the original PR.

Sounds contraversive, I know, so it is up for a discussion of course.

@CHr15F0x CHr15F0x merged commit 9604272 into main Nov 21, 2023
6 of 7 checks passed
@CHr15F0x CHr15F0x deleted the chris/rrs branch November 21, 2023 15:03
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 this pull request may close these issues.

new p2p spec: streaming response support
2 participants