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(swarm)!: Allow NetworkBehaviours to manage incoming connections #3099

Closed
wants to merge 27 commits into from

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    d501019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c85f6 View commit details
    Browse the repository at this point in the history
  3. Deprecate new_handler

    thomaseizinger committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    118ffb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    9972eb4 View commit details
    Browse the repository at this point in the history
  2. Remove TODOs

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fb9cdbc View commit details
    Browse the repository at this point in the history
  3. Fix bad boolean logic

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a96780d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c9d98e View commit details
    Browse the repository at this point in the history
  5. Fix gossipsub tests

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    900edef View commit details
    Browse the repository at this point in the history
  6. Fix clippy warning

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d1eea3a View commit details
    Browse the repository at this point in the history
  7. Update docs

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    98bf927 View commit details
    Browse the repository at this point in the history
  8. Reduce diff

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1cef941 View commit details
    Browse the repository at this point in the history
  9. Fix clippy errors

    thomaseizinger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ca3ef3e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    a7f0685 View commit details
    Browse the repository at this point in the history
  2. Update swarm/src/behaviour.rs

    Co-authored-by: Max Inden <[email protected]>
    thomaseizinger and mxinden authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d95b038 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Add changelog entry

    thomaseizinger committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    edbbe41 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    fef8d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a942248 View commit details
    Browse the repository at this point in the history
  3. Remove old example

    thomaseizinger committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    0578134 View commit details
    Browse the repository at this point in the history
  4. fmt

    thomaseizinger committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f7def2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5a728b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

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

Commits on Nov 29, 2022

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

Commits on Dec 7, 2022

  1. Revert "Allow each NetworkBehaviour to have their own `ConnectionDe…

    …nied` reason"
    
    This reverts commit 19348e9.
    thomaseizinger committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a269e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcb4f96 View commit details
    Browse the repository at this point in the history