Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release prover 10.0.0 (#608)
🤖 I have created a release *beep* *boop* --- ## [10.0.0](prover-v9.1.0...prover-v10.0.0) (2023-12-05) ### ⚠ BREAKING CHANGES * boojum integration ([#112](#112)) * Update to protocol version 17 ([#384](#384)) ### Features * Add various metrics to the Prover subsystems ([#541](#541)) ([58a4e6c](58a4e6c)) * adds spellchecker workflow, and corrects misspelled words ([#559](#559)) ([beac0a8](beac0a8)) * boojum integration ([#112](#112)) ([e76d346](e76d346)) * **boojum:** Adding README to prover directory ([#189](#189)) ([c175033](c175033)) * **config:** Extract everything not related to the env config from zksync_config crate ([#245](#245)) ([42c64e9](42c64e9)) * **core:** Split config definitions and deserialization ([#414](#414)) ([c7c6b32](c7c6b32)) * **dal:** Do not load config from env in DAL crate ([#444](#444)) ([3fe1bb2](3fe1bb2)) * **en:** Implement gossip fetcher ([#371](#371)) ([a49b61d](a49b61d)) * **fri-prover:** In witness - panic if protocol version is not available ([#192](#192)) ([0403749](0403749)) * **hyperchain:** Adding prover related commands to zk stack ([#440](#440)) ([580cada](580cada)) * **job-processor:** report attempts metrics ([#448](#448)) ([ab31f03](ab31f03)) * **merkle tree:** Allow random-order tree recovery ([#485](#485)) ([146e4cf](146e4cf)) * **merkle tree:** Snapshot recovery for Merkle tree ([#163](#163)) ([9e20703](9e20703)) * Rewrite server binary to use `vise` metrics ([#120](#120)) ([26ee1fb](26ee1fb)) * Update to protocol version 17 ([#384](#384)) ([ba271a5](ba271a5)) * **vm:** Move all vm versions to the one crate ([#249](#249)) ([e3fb489](e3fb489)) * **witness-generator:** add logs to leaf aggregation job ([#542](#542)) ([7e95a3a](7e95a3a)) ### Bug Fixes * Change no pending batches 404 error into a success response ([#279](#279)) ([e8fd805](e8fd805)) * **ci:** Use the same nightly rust ([#530](#530)) ([67ef133](67ef133)) * **crypto:** update deps to include circuit fixes ([#402](#402)) ([4c82015](4c82015)) * **crypto:** update shivini to switch to era-cuda ([#469](#469)) ([38bb482](38bb482)) * **crypto:** update snark-vk to be used in server and update args for proof wrapping ([#240](#240)) ([4a5c54c](4a5c54c)) * **docs:** Add links to setup-data keys ([#360](#360)) ([1d4fe69](1d4fe69)) * **path:** update gpu prover setup data path to remove extra gpu suffix ([#454](#454)) ([2e145c1](2e145c1)) * **prover-fri:** Update setup loading for node agg circuit ([#323](#323)) ([d1034b0](d1034b0)) * **prover-logging:** tasks_allowed_to_finish set to true for 1 off jobs ([#227](#227)) ([0fac66f](0fac66f)) * Sync protocol version between consensus and server blocks ([#568](#568)) ([56776f9](56776f9)) * Update prover to use the correct storage oracle ([#446](#446)) ([835dd82](835dd82)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information