-
Notifications
You must be signed in to change notification settings - Fork 11
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
DA throttling #48
Comments
Rollup-boost includes a proxy service that relays certain RPC calls to both backends (e.g. We could whitelist also the Note, we have to check exactly which RPC endpoints is op-batcher calling in the EL node, can we proxy all the methods? do some methods require some return parameters? do Do some calls require that only the EL node receives them? |
The batcher calls the EL within the main loop to fetch block by number in order to get blocks from the unsafe head. Since this is returning a block, should this call be forwarded to the sequencer's default execution client? Additionally, the batcher calls the It would seem useful to proxy all Is there anyone currently working on this? If not I am happy to pick this up. |
I assigned the issue to you @0xKitsune For reference, when
So, by default, |
Sounds good Ill get started on this later today and let you know if I run into any issues. |
https://discord.com/channels/1244729134312198194/1294422364473528331/1327389163045257249
The text was updated successfully, but these errors were encountered: