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

Replace libp2p-based transport by GRPC #539

Merged
merged 4 commits into from
Feb 5, 2024

Conversation

matejpavlovic
Copy link
Contributor

The libp2p-based transport module kept breaking with newer versions of both Go and Libp2p.
This PR replaces it by a GRPC-based transport module that works very similarly, but on top of GRPC.
It is by no means complete and still should only be used for experimenting. For example, it does not use TLS or any form of node authentication. It is useful, however, for testing out protocol implementations in a controlled environment.

This commit removes everything libp2p-related from the repository.
The the libp2p transport module is replaced by a very similar one
based on GRPC instead, making also the old and rudimentary GRPC module
obsolete (and thus removed).

Signed-off-by: Matej Pavlovic <[email protected]>
Signed-off-by: Matej Pavlovic <[email protected]>
Signed-off-by: Matej Pavlovic <[email protected]>
@matejpavlovic matejpavlovic merged commit 92a1b70 into consensus-shipyard:main Feb 5, 2024
5 checks passed
@matejpavlovic matejpavlovic deleted the grpc-transport branch February 5, 2024 22:41
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.

1 participant