You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation
Essential work to close#3666.
Also closes#3667.
## Proposal
- Caching for the recently used blocks and other things from the
storage.
- Dependency resolution with a topological sort for the whole state.
- Periodic routine persistence to the shared storage.
- Parallelization of the exporters across threads.
- Refactoring of the binary crate.
- Validator destination.
## Test Plan
- Unit tests for the block_processor.rs module.
- For the validator destination, tests will be included in a separate
PR, as part of the integration tests.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments