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

[network/p2p] Redesign Push Gossip #2772

Merged
merged 60 commits into from
Feb 29, 2024
Merged

[network/p2p] Redesign Push Gossip #2772

merged 60 commits into from
Feb 29, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    1714e84 View commit details
    Browse the repository at this point in the history
  2. add more comments

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9c07a02 View commit details
    Browse the repository at this point in the history
  3. add Has to set

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    80fb2b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee16f9 View commit details
    Browse the repository at this point in the history
  5. spike on gossip push

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e7f25bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    646cadc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f10ed76 View commit details
    Browse the repository at this point in the history
  8. revert discarded cache

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5bb3d2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d48439 View commit details
    Browse the repository at this point in the history
  10. add discarded cache

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    31de4f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8201106 View commit details
    Browse the repository at this point in the history
  12. add a TODO

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    cd7aaf6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1955a67 View commit details
    Browse the repository at this point in the history
  14. nit

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4d75df0 View commit details
    Browse the repository at this point in the history
  15. add TODO for x/p

    patrick-ogrady committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ff965db View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. prune in add

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dc69586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c19996 View commit details
    Browse the repository at this point in the history
  3. add more comments

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7277f63 View commit details
    Browse the repository at this point in the history
  4. pop first

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cfd1a3e View commit details
    Browse the repository at this point in the history
  5. add more TODOs

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dc2c18e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09abd32 View commit details
    Browse the repository at this point in the history
  7. remove prune

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dae722e View commit details
    Browse the repository at this point in the history
  8. add log to gossip

    patrick-ogrady committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ee0356d View commit details
    Browse the repository at this point in the history
  9. Gossip cleanup suggestions (#2773)

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    patrick-ogrady and StephenButtolph committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    55c65fe View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    a7e8bf7 View commit details
    Browse the repository at this point in the history
  2. comment nits

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    06971d7 View commit details
    Browse the repository at this point in the history
  3. comment nits

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0ef1432 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd91a1d View commit details
    Browse the repository at this point in the history
  5. implement Has in AVM

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    bcfe2cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e40b64 View commit details
    Browse the repository at this point in the history
  7. remove early gossip

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a3b824f View commit details
    Browse the repository at this point in the history
  8. nit

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5031a6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    927cff2 View commit details
    Browse the repository at this point in the history
  10. fix comment

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    35fc54b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6cbd5b4 View commit details
    Browse the repository at this point in the history
  12. nit default

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e1da49f View commit details
    Browse the repository at this point in the history
  13. nit

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b616714 View commit details
    Browse the repository at this point in the history
  14. add comment

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    92fdc35 View commit details
    Browse the repository at this point in the history
  15. rename method

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c9620b9 View commit details
    Browse the repository at this point in the history
  16. implement avm

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6ce907b View commit details
    Browse the repository at this point in the history
  17. move param validation

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b603ee6 View commit details
    Browse the repository at this point in the history
  18. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ad847dc View commit details
    Browse the repository at this point in the history
  19. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fe14e10 View commit details
    Browse the repository at this point in the history
  20. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5de194a View commit details
    Browse the repository at this point in the history
  21. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b4d4d1d View commit details
    Browse the repository at this point in the history
  22. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2b74cfd View commit details
    Browse the repository at this point in the history
  23. remove network interface

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    28f1664 View commit details
    Browse the repository at this point in the history
  24. fix typo

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    876fc3f View commit details
    Browse the repository at this point in the history
  25. nit

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    795f6d5 View commit details
    Browse the repository at this point in the history
  26. duplicate line

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e76f252 View commit details
    Browse the repository at this point in the history
  27. nits

    StephenButtolph committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6d3dfaf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4450567 View commit details
    Browse the repository at this point in the history
  29. gomod

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    63269d7 View commit details
    Browse the repository at this point in the history
  30. lint

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f2f0e11 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    7257cc4 View commit details
    Browse the repository at this point in the history
  2. register tracking

    patrick-ogrady committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b04b7a View commit details
    Browse the repository at this point in the history
  3. Register metric

    StephenButtolph committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    648915c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed41bef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cbea42 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. update coreth

    StephenButtolph committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    18faf45 View commit details
    Browse the repository at this point in the history