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(gossipsub): introduce backpressure #4914

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

Commits on Nov 22, 2023

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

Commits on Nov 23, 2023

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

Commits on Nov 25, 2023

  1. make RpcReceiver part of RpcSender,

    and clone it per ConnectionHandler, this will allow us to always have an open Receiver.
    jxs committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    dd13fcd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. split send_message into multiple RpcSender methods,

    to allow for better handling of each message send.
    jxs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    92a171c View commit details
    Browse the repository at this point in the history
  2. cargo clippy

    jxs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    547db09 View commit details
    Browse the repository at this point in the history
  3. add CHANGELOG.md entry

    jxs committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b08a4eb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

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

Commits on Dec 12, 2023

  1. address review

    jxs committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8afbc4f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    cb1b29e View commit details
    Browse the repository at this point in the history
  2. improve wording

    jxs committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    946e1d5 View commit details
    Browse the repository at this point in the history
  3. clippy

    jxs committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    863ba9f View commit details
    Browse the repository at this point in the history
  4. update cargo.toml

    jxs committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1072cc7 View commit details
    Browse the repository at this point in the history