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

les: remove transaction propagation limits #22125

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

rjl493456442
Copy link
Member

@rjl493456442 rjl493456442 commented Jan 6, 2021

This PR removes the restriction in the transaction propagation.

Previously, the transaction will only be sent to the specific peer for one time. This approach is not robust enough, espeically when the peerset is small. Round-of-robin is enough for distributing the transaction to the network.

In this PR, the propagation logic is simplied a lot. Whenever the light client tries to broadcast transactions, it just picks a few peers with Round-of-robin algo.

Copy link
Contributor

@zsfelfoldi zsfelfoldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as a short term fix.

@fjl fjl merged commit 165f53f into ethereum:master Jan 7, 2021
@fjl fjl added this to the 1.10.0 milestone Jan 7, 2021
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.

4 participants