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

Allow submission of multiple transactions in single request #34

Open
tzdybal opened this issue Feb 20, 2025 · 0 comments
Open

Allow submission of multiple transactions in single request #34

tzdybal opened this issue Feb 20, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@tzdybal
Copy link
Member

tzdybal commented Feb 20, 2025

Implementation ideas

Currently, SubmitRollupTransactionRequest allows for submission of a single transaction.
Ideally this could be refactored to SubmitRollupTransactionsRequest with Tx param refactored to Txs []Tx.

With introduction of Execution API, rollkit will receive slice of transactions from execution client, so it makes little sense to submit them one by one to sequencer. This could also simplify based sequencer implementation.,

@tzdybal tzdybal added the enhancement New feature or request label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant