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

Commits on Feb 5, 2024

  1. Replace libp2p transport by grpc

    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]>
    matejpavlovic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    50eb274 View commit details
    Browse the repository at this point in the history
  2. Clean up go.mod (from libp2p)

    Signed-off-by: Matej Pavlovic <[email protected]>
    matejpavlovic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b73cdda View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.14.0 to 0.17.0

    Signed-off-by: Matej Pavlovic <[email protected]>
    matejpavlovic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3657aa0 View commit details
    Browse the repository at this point in the history
  4. Fix GRPC transport tests

    Signed-off-by: Matej Pavlovic <[email protected]>
    matejpavlovic committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d062590 View commit details
    Browse the repository at this point in the history