Skip to content

Implement parallel transaction processor #11

Description

@bmuddha

Goal

Implement a transaction processor that schedules transactions, sequences them where needed, and dispatches work across multiple custom SVM executors.

Why

The engine needs to load balance transaction execution across several executor instances while coordinating state reads and writes through accountsdb and ledger.

Scope

  • transaction scheduling and sequencing
  • parallel dispatch to multiple executors
  • storage integration for state retrieval and persistence
  • preserve ordering where the execution model requires it

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions