Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(basic_witness_producer_input): Add Basic Witness Producer Input …
…component (matter-labs#156) # What ❔ This PR introduces a new component that will be ran alongside all components in the service. The component extracts all information needed for running Basic Witness Generator in a binary serialized Input and uploads it to Object Store (GCS for now). ## Why ❔ Part of work decoupling Prover Subsystems from Server Core. Today, Witness Generators need Server Core Database's access to generate witnesses. More information can be found [here](https://www.notion.so/matterlabs/Decouple-Witness-Generator-from-Core-Database-313ece3293d74ee8aea1d1fca823df15) for the Witness Generator split and [here](https://www.notion.so/matterlabs/Segregating-prover-and-server-to-use-API-for-communication-6cdcb7a508e84420bdfcb153af0e2524) for the Prover Subsystems and Server core split. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information