-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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_input_producer): Witness inputs queued after BWIP …
…run (#345) # What ❔ Add supporting transition state for `witness_input` jobs. Prior to this PR, `MetadataCalculator` would create `witness_input` jobs that are ready to be processed by `WitnessGenerator`s. After this PR, `WitnessGenerator`s will need to wait for `BasicWitnessInputProducer` to generate it's artifacts as well. This PR must be deployed after BWIP is deployed in the given environment. ## Why ❔ Necessary for transitioning to Witness Generation from Blob. ## Other remarks Deployment will be rather involved. @EmilLuta will own it with support from @Deniallugo, starting 31st of Oct, 2023. Steps: ``` for env in ['stage2', 'testnet', 'boojnet', 'mainnet2'] { - Deploy to <ENV> BWIP. - Wait for all `witness_input` jobs to be finished prior to BWIP's processing (or mark them as manually skipped) - Deploy to <ENV> this patch. - Turn on Shadow Proving - Observe } ``` ## Checklist - [x] 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. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information
Showing
3 changed files
with
54 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters