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 Peer Sharing issue #4642 #4644

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Commits on Oct 30, 2023

  1. Fix Peer Sharing issue #4642

    - Remove `PeerSharingPrivate` option and renamed others to
      `PeerSharingDisabled` and `PeerSharingEnabled`
    - Add test to check that the bug is fixed
    - Add new `NodeToNodeV_13`
    - Renamed spec files and added V13 CDDL handshake and
      `NodeToNodeVersionData` specs
    bolt12 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    314574f View commit details
    Browse the repository at this point in the history
  2. Fix IPv6 enc/decoding

    Fixes #4679
    bolt12 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ce94809 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    bolt12 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    50bab68 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Addressed review comments

    bolt12 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5d4ca63 View commit details
    Browse the repository at this point in the history