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

fix(swarm): NetworkBehaviour macro rewritten to generate more optimal code #5303

Open
wants to merge 60 commits into
base: master
Choose a base branch
from

Commits on Dec 22, 2023

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

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    d8417ea View commit details
    Browse the repository at this point in the history
  2. switching to hashsets

    jakubDoka committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b9ffdae View commit details
    Browse the repository at this point in the history
  3. adding benchmark

    jakubDoka committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6628dd4 View commit details
    Browse the repository at this point in the history
  4. modifiing benchmark

    jakubDoka committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    bacb93c View commit details
    Browse the repository at this point in the history
  5. optimizing further

    jakubDoka committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    98b2eb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c271dbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5edce0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    b7ab499 View commit details
    Browse the repository at this point in the history
  2. reducing dif

    jakubDoka committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5860200 View commit details
    Browse the repository at this point in the history
  3. adding benchmark

    jakubDoka committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    adaaf7a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. appliing suggestions

    jakubDoka committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    016a3fa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    3a53071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff2371 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    63a5891 View commit details
    Browse the repository at this point in the history
  2. Update swarm/src/connection.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bc72a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf3210 View commit details
    Browse the repository at this point in the history
  4. temp

    jakubDoka committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2e4061c View commit details
    Browse the repository at this point in the history
  5. resolving more comments

    jakubDoka committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    18867e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

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

Commits on Jan 23, 2024

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

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    fcfa598 View commit details
    Browse the repository at this point in the history
  2. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5d344c4 View commit details
    Browse the repository at this point in the history
  3. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f96d187 View commit details
    Browse the repository at this point in the history
  4. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8e597d2 View commit details
    Browse the repository at this point in the history
  5. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0cee240 View commit details
    Browse the repository at this point in the history
  6. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    044bbde View commit details
    Browse the repository at this point in the history
  7. Update swarm/src/handler.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    jakubDoka and thomaseizinger committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    69baf9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9c273a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    c243595 View commit details
    Browse the repository at this point in the history
  2. adjusting the load

    jakubDoka committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    762f636 View commit details
    Browse the repository at this point in the history
  3. accident

    jakubDoka committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    537c658 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82d474d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    0c59e4d View commit details
    Browse the repository at this point in the history
  2. change in lock

    jakubDoka committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    82de4af View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    6576d94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c5c87 View commit details
    Browse the repository at this point in the history
  3. more debugging

    mlokr committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    080757d View commit details
    Browse the repository at this point in the history
  4. more debugging

    mlokr committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0ca81f9 View commit details
    Browse the repository at this point in the history
  5. f

    jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    67d7525 View commit details
    Browse the repository at this point in the history
  6. fixing bound generation

    mlokr committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    83351d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82d6376 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1c9269 View commit details
    Browse the repository at this point in the history
  9. more debugging

    mlokr authored and jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    41606c3 View commit details
    Browse the repository at this point in the history
  10. more debugging

    mlokr authored and jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    59822d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2f16f6 View commit details
    Browse the repository at this point in the history
  12. f

    jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ff1b807 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6c8fc0 View commit details
    Browse the repository at this point in the history
  14. renaming

    jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    019f3ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1fd1491 View commit details
    Browse the repository at this point in the history
  16. accident

    jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    797a718 View commit details
    Browse the repository at this point in the history
  17. accident

    jakubDoka committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc25814 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    6006d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3690678 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    28e4ff5 View commit details
    Browse the repository at this point in the history
  2. cleaning up benchmarks

    jakubDoka committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b889ae4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 27, 2024

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

Commits on Apr 29, 2024

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