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

{core/,swarm/}: Dial with handler and return handler on error and closed #2191

Merged
merged 43 commits into from
Aug 31, 2021

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    a332591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46904a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d756be1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    595623f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705842f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d744b4a View commit details
    Browse the repository at this point in the history
  4. core/: Remove DisconnectedPeer::set_connected and Pool::add

    This logic seems to be a leftover of
    libp2p#889 and unused today.
    mxinden committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5c2aef6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0d278 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    425e777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff6397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9285f View commit details
    Browse the repository at this point in the history
  4. protocols/*: Update

    mxinden committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    682f6be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9262c03 View commit details
    Browse the repository at this point in the history
  6. protocols/*: Update

    mxinden committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    62c5e13 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    174693a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a78de13 View commit details
    Browse the repository at this point in the history
  3. *: Format with rustfmt

    mxinden committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d4960b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b73139a View commit details
    Browse the repository at this point in the history
  5. swarm/src/toggle: Fix TODOs

    mxinden committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    aa02e5f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    a56980e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3ed2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32fc84e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    7ea4908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd4681 View commit details
    Browse the repository at this point in the history
  3. swarm-derive: Add comments

    mxinden committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6787e77 View commit details
    Browse the repository at this point in the history
  4. swarm: Add documentation

    mxinden committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b864133 View commit details
    Browse the repository at this point in the history
  5. *: Format with rustfmt

    mxinden committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    b2bf380 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d342b6 View commit details
    Browse the repository at this point in the history
  7. *: Update changelogs

    mxinden committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    5853890 View commit details
    Browse the repository at this point in the history
  8. swarm-derive: Fix typo

    mxinden committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    4d0faf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    7a45e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef949c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceb77e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    814ff4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90df72a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    60c7261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f1819 View commit details
    Browse the repository at this point in the history
  3. swarm/src/behaviour.rs: Use heading for doc example

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b905545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99f81d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c5eb8e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. protocols/gossipsub/src/behaviour.rs: Remove unnecesary assignment

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    c09198e View commit details
    Browse the repository at this point in the history