Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(state_keeper): Rename batch executor family of types (matter…
…-labs#1065) ## What ❔ - Does a set of renames: - `L1BatchExecutorBuilder` -> `BatchExecutor` - `MainBatchExecutorBuilder` -> `MainBatchExecutor` - `BatchExecutor` -> `CommandReceiver` (as it's just a "processing" part of `MainBatchExecutor`) - Similar changes in the framework. - Moves the implementation of `MainBatchExecutor` to a separate file. - Removes some temporary misplaced constructor for `BatchExecutorHandle`. ## Why ❔ - Less Enterprise™ - Better logical structure ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. - [ ] Spellcheck has been run via `zk spellcheck`. - [ ] Linkcheck has been run via `zk linkcheck`.
- Loading branch information