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

fix/go-ipfs-as-a-library #8266

Merged
merged 6 commits into from
Aug 3, 2021
Merged

Commits on Aug 3, 2021

  1. fix(as-a-library): go mod tidy

    lasiar authored and Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c5b0f15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f442b View commit details
    Browse the repository at this point in the history
  3. refactor(as-a-library): wrap error

    wrap error handling from connectToPeers in a closure
    lasiar authored and Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4a9dace View commit details
    Browse the repository at this point in the history
  4. refactor(as-a-library): remove redundant alias

    libp2p doesn't need alias
    lasiar authored and Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    67fdd6e View commit details
    Browse the repository at this point in the history
  5. refactor(as-a-library): remove unused context

    createTempRepo doesn't use context
    lasiar authored and Stebalien committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    da0afea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d00e965 View commit details
    Browse the repository at this point in the history