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

Implement Light Peer Sharing #4277

Merged
merged 5 commits into from
Jun 2, 2023
Merged

Implement Light Peer Sharing #4277

merged 5 commits into from
Jun 2, 2023

Commits on May 29, 2023

  1. Refactor ControlChannel

    So that we can use it for sharing information between InboundGovernor
    and Outbound Governor.
    bolt12 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    090a5c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Added Light Peer Sharing

    Added a Control Channel between the Inbound Governor and the
    OutboundGovernor. Reading from this channel is abstracted as a
    PeerSelectionAction. When the InboundGovernor receives an Inbound
    NewConnection it will write the address and PeerSharing Willingness
    information to the Channel.
    bolt12 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    36ebebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad98b2b View commit details
    Browse the repository at this point in the history
  3. Small fix

    bolt12 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fea3a5a View commit details
    Browse the repository at this point in the history
  4. Stylish

    bolt12 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1d2b488 View commit details
    Browse the repository at this point in the history