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

feat: add support for arbitrary service modules #1563

Merged
merged 6 commits into from
Apr 29, 2023

Commits on Apr 27, 2023

  1. feat: add support for arbitrary service modules

    Updates the libp2p init args to accept an object of service
    factory functions that can use internal libp2p components.
    
    The returned libp2p object has a `.services` key that corresponds
    to the service factory keys.
    saul-jb authored and achingbrain committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f65b83b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. chore: pr comments

    achingbrain committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    84d3fb2 View commit details
    Browse the repository at this point in the history
  2. chore: pr comments

    achingbrain committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1181155 View commit details
    Browse the repository at this point in the history
  3. chore: pr comments

    achingbrain committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    f2a6ec0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. chore: fix linting

    achingbrain committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    468e51f View commit details
    Browse the repository at this point in the history
  2. chore: fix method access

    achingbrain committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d4d955e View commit details
    Browse the repository at this point in the history