-
Notifications
You must be signed in to change notification settings - Fork 86
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
PeerSharing negotiated even when it is disabled. #4642
Labels
Comments
bolt12
added
bug
Something isn't working
networking
peer-sharing
Issues / PRs related to peer sharing
labels
Aug 17, 2023
bolt12
added a commit
that referenced
this issue
Aug 17, 2023
- Adds `LocalPeerSharing` and `RemotePeerSharing` newtypes - Add `localPeerSharing` and `remotePeerSharing` fields to `NodeToNodeVersionData` and `DataFlowProtocolData` - Renamed `cmGetPeerSharing` to `cmGetRemotePeerSharing` - Used `LocalPeerSharing` and `RemotePeerSharing` whenever it is useful - Add test to check that the bug is fixed
bolt12
added a commit
that referenced
this issue
Aug 17, 2023
- Adds `LocalPeerSharing` and `RemotePeerSharing` newtypes - Add `localPeerSharing` and `remotePeerSharing` fields to `NodeToNodeVersionData` and `DataFlowProtocolData` - Renamed `cmGetPeerSharing` to `cmGetRemotePeerSharing` - Used `LocalPeerSharing` and `RemotePeerSharing` whenever it is useful - 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
added a commit
that referenced
this issue
Sep 4, 2023
- Adds `LocalPeerSharing` and `RemotePeerSharing` newtypes - Add `localPeerSharing` and `remotePeerSharing` fields to `NodeToNodeVersionData` and `DataFlowProtocolData` - Renamed `cmGetPeerSharing` to `cmGetRemotePeerSharing` - Used `LocalPeerSharing` and `RemotePeerSharing` whenever it is useful - 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
added a commit
that referenced
this issue
Sep 4, 2023
- Adds `LocalPeerSharing` and `RemotePeerSharing` newtypes - Add `localPeerSharing` and `remotePeerSharing` fields to `NodeToNodeVersionData` and `DataFlowProtocolData` - Renamed `cmGetPeerSharing` to `cmGetRemotePeerSharing` - Used `LocalPeerSharing` and `RemotePeerSharing` whenever it is useful - 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
added a commit
that referenced
this issue
Sep 18, 2023
- Adds `LocalPeerSharing` and `RemotePeerSharing` newtypes - Add `localPeerSharing` and `remotePeerSharing` fields to `NodeToNodeVersionData` and `DataFlowProtocolData` - Renamed `cmGetPeerSharing` to `cmGetRemotePeerSharing` - Used `LocalPeerSharing` and `RemotePeerSharing` whenever it is useful - 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
added a commit
that referenced
this issue
Sep 18, 2023
- 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
added a commit
that referenced
this issue
Sep 18, 2023
- 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
added a commit
that referenced
this issue
Sep 26, 2023
- 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
added a commit
that referenced
this issue
Oct 2, 2023
- 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
added a commit
that referenced
this issue
Oct 11, 2023
- 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
added a commit
that referenced
this issue
Oct 23, 2023
- 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
added a commit
that referenced
this issue
Oct 27, 2023
- 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
added a commit
that referenced
this issue
Oct 27, 2023
- 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
added a commit
that referenced
this issue
Oct 27, 2023
- 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
added a commit
that referenced
this issue
Oct 30, 2023
- 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
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 31, 2023
…handshake Fix Peer Sharing issue #4642
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a client signals that it supports PeerSharing, either public or private the server will simply echo the clients which. It won't take its own configuration into account.
The text was updated successfully, but these errors were encountered: