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): Add AndBehaviour #3366

Closed
wants to merge 13 commits into from
Closed

feat(swarm): Add AndBehaviour #3366

wants to merge 13 commits into from

Commits on Jan 23, 2023

  1. swarm_derive: Fix NetworkBehaviour Derive macro

    for generic types when out_event was not provided. Previously The enum generated
    didn't have the NetworkBehaviour impl constraints whilst using the generics for <Generic>::OutEvent.
    jxs committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9e3298b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5edefcd View commit details
    Browse the repository at this point in the history
  3. examples: update ping example to use And

    instead of a custom structure that derives `NetworkBehaviour`.
    jxs committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ff3c982 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b1cb7e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    5a9a84d View commit details
    Browse the repository at this point in the history
  2. fix typo in CHANGELOG.md

    jxs committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    842e30d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69e452c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9420b85 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. remove protocol::Identify,

    use ReadyUpgrade for Handler::InboundProtocol
    jxs committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a0464a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. remove protocol::Push<Inbound> and Push<Outbound>,

    use ReadyUpgrade for Handler::OutboundProtocol.
    jxs committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2c9ac06 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    e49dd9b View commit details
    Browse the repository at this point in the history
  2. Revert "remove protocol::Push<Inbound> and Push<Outbound>,"

    This reverts commit 2c9ac06.
    jxs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    77718ac View commit details
    Browse the repository at this point in the history
  3. Revert "remove protocol::Identify,"

    This reverts commit a0464a3.
    jxs committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d7f73c0 View commit details
    Browse the repository at this point in the history