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: Limit transactions message byte-size #1132

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

L1: Limit transactions message byte-size #1132

fkrause98 opened this issue Nov 11, 2024 · 0 comments

Comments

@fkrause98
Copy link
Contributor

Issue

As of writing this, there's an upper limit to how many transactions can be received in a single P2P message (256),
we should also have a limit on how big the sent and received transactions messages should be, based on their byte-size.

Check ethereum_rust/crates/networking/p2p/rlpx/eth/transactions.rs for more context.

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