Skip to content

Implement a transaction queue #2183

@carneiro-cw

Description

@carneiro-cw

This not only enables queueing ordered transactions by their nonce, but could enable us to perform optimizations when transactions are in the queue before they begin execution. Some possible ideas:

  • Loading slots to cache by running eth_call while they are queued
  • Dependency graph by observing which slots/accounts they read/write, enabling parallel transaction execution
  • Rejecting invalid transactions before they start executing (subsequently blocking other transactions from executing)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions