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

Allow custom configuration of transports #57

Merged
merged 5 commits into from
Jul 27, 2020

Commits on Jul 22, 2020

  1. feat(graphsync): setup alternate stores

    add a method to allow swapping of an alternate store for a given request
    hannahhoward committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    cdf0e27 View commit details
    Browse the repository at this point in the history
  2. refactor(datatransfer): move all interfaces to top

    move interfaces to the top level package to avoid circular imports
    hannahhoward committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    de5ea74 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. feat(impl): support transport configurer

    Support a per voucher type transport configurer to allow custom configuration of a transport
    hannahhoward committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d03850a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b49dd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    6c5d8f1 View commit details
    Browse the repository at this point in the history