From 92005d709f46c575238d3f6bc59a31e411ae036d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Fri, 30 Aug 2024 14:07:19 +0200 Subject: [PATCH] feat: enable darwinV2 --- docker/templates/coordinator-config.json | 16 ++++++++++++---- docker/templates/genesis.json | 1 + 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docker/templates/coordinator-config.json b/docker/templates/coordinator-config.json index 35013ca..75760e6 100644 --- a/docker/templates/coordinator-config.json +++ b/docker/templates/coordinator-config.json @@ -6,11 +6,19 @@ "batch_collection_time_sec": 600, "bundle_collection_time_sec": 600, "verifier": { - "fork_name": "darwin", "mock_mode": false, - "params_path": "/verifier/params", - "assets_path_lo": "/verifier/assets/lo", - "assets_path_hi": "/verifier/assets/hi" + "low_version_circuit": { + "params_path": "/verifier/params", + "assets_path": "/verifier/assets/lo", + "fork_name": "darwin", + "min_prover_version": "v4.4.43" + }, + "high_version_circuit": { + "params_path": "/verifier/params", + "assets_path": "/verifier/assets/hi", + "fork_name": "darwinV2", + "min_prover_version": "v4.4.56" + } }, "max_verifier_workers": 4, "min_prover_version": "v4.3.41" diff --git a/docker/templates/genesis.json b/docker/templates/genesis.json index 9e5647d..9cb2ee8 100644 --- a/docker/templates/genesis.json +++ b/docker/templates/genesis.json @@ -17,6 +17,7 @@ "bernoulliBlock": 0, "curieBlock": 0, "darwinTime": 0, + "darwinV2Time": 0, "clique": { "period": 3, "epoch": 30000