fuel-core
fuel-core copied to clipboard
Prepare the executor for parallelisation
Update API of the TxPool
to return Vec<Vec<CheckedTransaction>>
batched by dependencies for parallel execution(but now only one batch).
On the executor
side use rayon
to execute them in one thread.
related #1088