Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.
This repository was archived by the owner on May 2, 2025. It is now read-only.

Allow submission of multiple transactions in single request #34

@tzdybal

Description

@tzdybal

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.,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions