Add input aggregation in the transaction-chaining scheduler

Also handles some other misc in it.
This commit is contained in:
Luke Parker
2024-09-03 01:41:51 -04:00
parent 3c787e005f
commit 75b4707002
6 changed files with 268 additions and 70 deletions

View File

@@ -23,3 +23,4 @@ serai-primitives = { path = "../../../../substrate/primitives", default-features
primitives = { package = "serai-processor-primitives", path = "../../../primitives" }
scanner = { package = "serai-processor-scanner", path = "../../../scanner" }
scheduler-primitives = { package = "serai-processor-scheduler-primitives", path = "../../primitives" }