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

L1: Send transaction messages to random peers + avoid cloning vec. #1131

Open
fkrause98 opened this issue Nov 11, 2024 · 0 comments
Open

L1: Send transaction messages to random peers + avoid cloning vec. #1131

fkrause98 opened this issue Nov 11, 2024 · 0 comments

Comments

@fkrause98
Copy link
Contributor

Issue

When new transactions appear in the client's pool, it should propagate them to the network using the Transactions and 
NewPooledTransactionHashes(https://github.com/lambdaclass/lambda_ethereum_rust/issues/new#newpooledtransactionhashes-0x08) messages. The 
Transactions message relays complete transaction objects and is typically sent to a small, random fraction of connected peers. All other peers receive a 
notification of the transaction hash and can request the complete transaction object if it is unknown to them. The dissemination of complete transactions to a
 fraction of peers usually ensures that all nodes receive the transaction and won't need to request it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant