We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bb661 commit d00a4ecCopy full SHA for d00a4ec
coordinator/internal/config/config_test.go
@@ -15,15 +15,18 @@ func TestConfig(t *testing.T) {
15
"prover_manager": {
16
"provers_per_session": 1,
17
"session_attempts": 5,
18
+ "external_prover_threshold": 32,
19
+ "bundle_collection_time_sec": 180,
20
"batch_collection_time_sec": 180,
21
"chunk_collection_time_sec": 180,
22
"verifier": {
- "mock_mode": true,
- "params_path": "",
23
- "agg_vk_path": ""
+ "high_version_circuit": {
24
+ "assets_path": "assets",
25
+ "fork_name": "euclidV2",
26
+ "min_prover_version": "v4.4.45"
27
+ }
28
},
- "max_verifier_workers": 4,
- "min_prover_version": "v1.0.0"
29
+ "max_verifier_workers": 4
30
31
"db": {
32
"driver_name": "postgres",
0 commit comments