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

Make it easier to define implementations of NetworkBehaviour #2150

Merged
merged 15 commits into from
Jul 30, 2021

Commits on Jul 20, 2021

  1. Add default implementations for NetworkBehaviour trait

    Not all implementations of `NetworkBehaviour` need all callbacks.
    We've have been adding new callbacks with default implementations
    for a while now. There is no reason the initial ones cannot also
    be defaulted, thus making it easier create new implementations.
    thomaseizinger committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a101d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90c46b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    934960c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    thomaseizinger committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    db8f291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74469fc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Add missing trait impl

    thomaseizinger committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    cff3a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7959c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    fb1b79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d31608 View commit details
    Browse the repository at this point in the history
  3. Minimize diff

    thomaseizinger committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    62f457c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53d5946 View commit details
    Browse the repository at this point in the history
  5. Further minimize diff

    thomaseizinger committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    cb47a1a View commit details
    Browse the repository at this point in the history
  6. Even less diff

    thomaseizinger committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    62d8d81 View commit details
    Browse the repository at this point in the history
  7. Fix relay tests

    thomaseizinger committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5763072 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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