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: use broadcast channel for event listeners #8193

Merged
merged 44 commits into from
May 22, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e8be997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62e3a3 View commit details
    Browse the repository at this point in the history
  3. updated transactions

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6623c1b View commit details
    Browse the repository at this point in the history
  4. update pruner

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    99c35a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e389289 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ec087d View commit details
    Browse the repository at this point in the history
  7. updated consensus

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a49bd2b View commit details
    Browse the repository at this point in the history
  8. updated builder

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4802a90 View commit details
    Browse the repository at this point in the history
  9. updated commands

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ac3b701 View commit details
    Browse the repository at this point in the history
  10. updated tests

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7f940cc View commit details
    Browse the repository at this point in the history
  11. clippy

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eb11e55 View commit details
    Browse the repository at this point in the history
  12. fix tests

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1974131 View commit details
    Browse the repository at this point in the history
  13. removed uneeded methods

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6d92fe6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a4793d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64a9754 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd9b14b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8cb1626 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    49ce4d3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    31f9edb View commit details
    Browse the repository at this point in the history
  20. update pruner

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    20876fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    73c188c View commit details
    Browse the repository at this point in the history
  22. updated consensus

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6df1cae View commit details
    Browse the repository at this point in the history
  23. fix tests

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cb8b69c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ecc2383 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2339d22 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3e8527c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3e4ba41 View commit details
    Browse the repository at this point in the history
  28. Apply suggestions from code review

    Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
    fgimenez and emhane committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a53f942 View commit details
    Browse the repository at this point in the history
  29. clippy

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e86ec97 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cfdc856 View commit details
    Browse the repository at this point in the history
  31. remove unused method

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    891d73c View commit details
    Browse the repository at this point in the history
  32. derive Clone

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ebafb68 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1a4d803 View commit details
    Browse the repository at this point in the history
  34. eprintln -> error

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d52e0eb View commit details
    Browse the repository at this point in the history
  35. panic -> error

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5dd690a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    23c2d6e View commit details
    Browse the repository at this point in the history
  37. Update crates/tokio-util/src/event_listeners.rs

    Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
    fgimenez and emhane committed May 22, 2024
    Configuration menu
    Copy the full SHA
    64b00dc View commit details
    Browse the repository at this point in the history
  38. fmt

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    064c90f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c400887 View commit details
    Browse the repository at this point in the history
  40. add EventStream

    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e30e0cf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    40180b8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8efc1a7 View commit details
    Browse the repository at this point in the history
  43. remove NetworkHandleMessage::EventListener variant and set network ha…

    …ndle event listener on constructor
    fgimenez committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7bb9960 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    37f24d5 View commit details
    Browse the repository at this point in the history