FuelLabs / FuelLabs/fuel-core

Create a scheduler for validation of the block

Open
#3,000 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
56.8k
Forks
2.9k
Avg merge
2d 9h
Merged PRs (30d)
5

Description

In the parallel-executor the scheduler for production is performing operations to order transactions in different batches that could be executed in the same time, making sure we don't collide on contracts, waiting on transaction source etc...

In order to make the most optimized version, the validation of the block can be performed without some of these operations because we can assume that:
- We already have all transactions of the block
- That they are already in a correct order (otherwise we fail the validation which is expected)
- ...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.