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

Protocols in providers #465

Merged
merged 9 commits into from
Jan 27, 2024
Merged

Protocols in providers #465

merged 9 commits into from
Jan 27, 2024

Commits on Jan 24, 2024

  1. refactor(types): CandidateFinder -> CandidateSource

    instead of retriever.CandidateFinder, use types.CandidateSource, converging on single method
    FindCandidates
    hannahhoward committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7b40fb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. feat(request): allow protocols in providers

    instead of using peer.AddrInfo, protocols now have providers
    hannahhoward committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    f719654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ec482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471422a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0997fb8 View commit details
    Browse the repository at this point in the history
  5. style(mod): mod tidy

    hannahhoward committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9e72582 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix(retriever): fix race

    fix race in DirectCandidateSource when not using libp2p
    hannahhoward committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    81cf0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dba26 View commit details
    Browse the repository at this point in the history
  3. Update pkg/retriever/directcandidatesource.go

    Co-authored-by: Rod Vagg <rod@vagg.org>
    hannahhoward and rvagg authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ab1e2b5 View commit details
    Browse the repository at this point in the history