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 support of peers that do not support eth/65 #724

Merged
merged 5 commits into from
Apr 15, 2020

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Apr 15, 2020

Signed-off-by: Antoine Toulme antoine@lunar-ocean.com

PR description

Make sure to not enroll peers that do not support eth/65 for sending pending transactions, as the client will otherwise throw an error when negotiating sending the message to the peer.

Fixed Issue(s)

Fixes #723

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
@atoulme atoulme changed the title Fix support of peers <eth/65 Fix support of peers who do not support eth/65 Apr 15, 2020
@atoulme atoulme changed the title Fix support of peers who do not support eth/65 Fix support of peers that do not support eth/65 Apr 15, 2020
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
atoulme and others added 2 commits April 15, 2020 10:49
…ransactions/PeerPendingTransactionTracker.java

Co-Authored-By: Danno Ferrin <danno.ferrin@shemnon.com>
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
@atoulme atoulme requested a review from shemnon April 15, 2020 18:29
@atoulme atoulme merged commit 837af6c into hyperledger:master Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should be able to interact pre-eth/65 peers by default
2 participants