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(kad)!: add ModeChanged event #4341

Closed
wants to merge 20 commits into from

Commits on Aug 18, 2023

  1. feat!: added kademlia ModeChanged event

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9467159 View commit details
    Browse the repository at this point in the history
  2. bumped crate version

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f81207f View commit details
    Browse the repository at this point in the history
  3. deps(identity): update ed25519-dalek to 2.0

    Pull-Request: libp2p#4337.
    jxs committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fb61697 View commit details
    Browse the repository at this point in the history
  4. chore: use workspace rust-version

    Pull-Request: libp2p#4344.
    mxinden committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    16b2f15 View commit details
    Browse the repository at this point in the history
  5. docs: remove archived ursa project from README

    Pull-Request: libp2p#4340.
    p-shahi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    08292c5 View commit details
    Browse the repository at this point in the history
  6. refactor(tcp): reducing branching in Transport::create_socket

    Following libp2p#4289 (comment), hereby is the PR to also improve the `create_socket`  using [`for_addr`](https://docs.rs/socket2/latest/socket2/struct.Domain.html#method.for_address). We also add a test for listening on IPv4 and IPv6 separately.
    
    Pull-Request: libp2p#4328.
    jxs committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bf7fe68 View commit details
    Browse the repository at this point in the history
  7. docs(readme): add taple to notable users

    Request to add [TAPLE](https://www.taple.es) Project to rust-libp2p notable users. TAPLE is a permissioned DLT solution for traceability of assets and processes. We use libp2p for the network layer.
    
    Pull-Request: libp2p#4309.
    yerayrodriguez committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ffdd812 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3da24f View commit details
    Browse the repository at this point in the history
  9. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2dbfc8e View commit details
    Browse the repository at this point in the history
  10. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    88766cf View commit details
    Browse the repository at this point in the history
  11. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7da6ff6 View commit details
    Browse the repository at this point in the history
  12. feat!: added kademlia ModeChanged event

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    251783f View commit details
    Browse the repository at this point in the history
  13. rebasing

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b34b96e View commit details
    Browse the repository at this point in the history
  14. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    664c97d View commit details
    Browse the repository at this point in the history
  15. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9377401 View commit details
    Browse the repository at this point in the history
  16. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Thomas Eizinger <[email protected]>
    dhuseby and thomaseizinger committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4fb3e52 View commit details
    Browse the repository at this point in the history
  17. event only emits when mode changes automatically

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    57fa234 View commit details
    Browse the repository at this point in the history
  18. catching up with GH suggested changes

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    53cc23a View commit details
    Browse the repository at this point in the history
  19. pulling in GH merges messed things up a bit

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    10ea2d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. fix the broken tests

    Signed-off-by: Dave Huseby <[email protected]>
    dhuseby committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    42b1be5 View commit details
    Browse the repository at this point in the history