Skip to content

Commit

Permalink
feat(prover): Remove circuit-synthesizer (matter-labs#801)
Browse files Browse the repository at this point in the history
This change cleans circuit synthesizer which belongs to old prover
subsystems. All old prover subsystems is to be removed as era uses
boojum now.

## Checklist

- [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`.
- [x] Spellcheck has been run via `cargo spellcheck
--cfg=./spellcheck/era.cfg --code 1`.
  • Loading branch information
EmilLuta authored Jan 2, 2024
1 parent 357fa98 commit 1426b1b
Show file tree
Hide file tree
Showing 16 changed files with 59 additions and 701 deletions.
42 changes: 0 additions & 42 deletions core/lib/config/src/configs/circuit_synthesizer.rs

This file was deleted.

2 changes: 0 additions & 2 deletions core/lib/config/src/configs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub use self::{
alerts::AlertsConfig,
api::ApiConfig,
chain::ChainConfig,
circuit_synthesizer::CircuitSynthesizerConfig,
contract_verifier::ContractVerifierConfig,
contracts::ContractsConfig,
database::{DBConfig, PostgresConfig},
Expand All @@ -27,7 +26,6 @@ pub use self::{
pub mod alerts;
pub mod api;
pub mod chain;
pub mod circuit_synthesizer;
pub mod contract_verifier;
pub mod contracts;
pub mod database;
Expand Down
51 changes: 0 additions & 51 deletions core/lib/env_config/src/circuit_synthesizer.rs

This file was deleted.

1 change: 0 additions & 1 deletion core/lib/env_config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use serde::de::DeserializeOwned;
mod alerts;
mod api;
mod chain;
mod circuit_synthesizer;
mod contract_verifier;
mod contracts;
mod database;
Expand Down
29 changes: 0 additions & 29 deletions docker/circuit-synthesizer/Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions etc/env/base/circuit_synthesizer.toml

This file was deleted.

1 change: 0 additions & 1 deletion etc/env/base/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ block_sizes_test=info,\
zksync_verification_key_generator_and_server=info,\
zksync_object_store=info,\
setup_key_generator_and_server=info,\
zksync_circuit_synthesizer=info,\
en_playground=info,\
zksync_external_node=info,\
cross_nodes_checker=debug,\
Expand Down
1 change: 0 additions & 1 deletion infrastructure/zk/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const CONFIG_FILES = [
'rust.toml',
'private.toml',
'witness_generator.toml',
'circuit_synthesizer.toml',
'prover_group.toml',
'house_keeper.toml',
'fri_prover.toml',
Expand Down
Loading

0 comments on commit 1426b1b

Please sign in to comment.