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): report automatic changes to kad mode #4503

Merged
merged 28 commits into from
Oct 20, 2023

Commits on Sep 14, 2023

  1. feat!: added kademlia ModeChanged event

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6171da9 View commit details
    Browse the repository at this point in the history
  2. bumped crate version

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    19ad007 View commit details
    Browse the repository at this point in the history
  3. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dhuseby and thomaseizinger committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4b3bf29 View commit details
    Browse the repository at this point in the history
  4. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dhuseby and thomaseizinger committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    172f07a View commit details
    Browse the repository at this point in the history
  5. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dhuseby and thomaseizinger committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f20e377 View commit details
    Browse the repository at this point in the history
  6. event only emits when mode changes automatically

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9a951f9 View commit details
    Browse the repository at this point in the history
  7. fix the broken tests

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f47a83e View commit details
    Browse the repository at this point in the history
  8. Update protocols/kad/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dhuseby and thomaseizinger committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    606d774 View commit details
    Browse the repository at this point in the history
  9. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    dhuseby and thomaseizinger committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    acc062b View commit details
    Browse the repository at this point in the history
  10. fixed the tests to incorporate the kademlia mode change

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5efd39a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    dhuseby and mxinden authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ce382c2 View commit details
    Browse the repository at this point in the history
  2. Update protocols/kad/src/behaviour.rs

    Co-authored-by: Max Inden <mail@max-inden.de>
    dhuseby and mxinden authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c784c52 View commit details
    Browse the repository at this point in the history
  3. merging master

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c081773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a71bce View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    5edb29a View commit details
    Browse the repository at this point in the history
  2. bumping kad version due to breaking change

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    367c6a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Sep 28, 2023

  1. Merge branch 'master' into add-kad-modechange

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    a8a6e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95016b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 1, 2023

  1. fixed broken symbol from rename

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    8a7cfdc View commit details
    Browse the repository at this point in the history
  2. fixed the broken ci tests

    Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
    dhuseby committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    bce012d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41729f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c239097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739054b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a66684 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    954c0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00347d View commit details
    Browse the repository at this point in the history