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

Max bundle body size regression #40

Open
rileyg98 opened this issue Sep 1, 2024 · 2 comments
Open

Max bundle body size regression #40

rileyg98 opened this issue Sep 1, 2024 · 2 comments

Comments

@rileyg98
Copy link

rileyg98 commented Sep 1, 2024

Hi team,

I've noticed that the max bundle size in https://github.com/flashbots/mev-share-node/blob/main/mevshare/mevshare.go#L21 is 50 - this introduces a regression in the main relay endpoint where a bundle that would succeed through the standard eth_sendBundle JSON-RPC call fails when sent via the mev_sendBundle endpoint - including where a proxy reformats requests from eth_sendBundle (in the case of a bundle including a list of builders for secondary transmission, as per https://docs.flashbots.net/flashbots-auction/advanced/rpc-endpoint#eth_sendbundle) to mev_sendBundle. This limit is also not specified anywhere in documentation.

Is there any particular reason for the limit of 50 transactions? Bundles these size are used regularly in the altcoin community during contract launches.

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

No branches or pull requests

2 participants
@rileyg98 and others