From 72ea7cfd54ec5ec32b06b0e7f745aa0df795dcc0 Mon Sep 17 00:00:00 2001 From: Tobias Faber <29856726+faberto@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:26:55 +0200 Subject: [PATCH] remove zkp config (#100) --- backend/templates/base/configmap.yaml | 8 ++++---- k8s/node-history-configmap.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/templates/base/configmap.yaml b/backend/templates/base/configmap.yaml index 54e81ee..6222c5d 100644 --- a/backend/templates/base/configmap.yaml +++ b/backend/templates/base/configmap.yaml @@ -104,17 +104,17 @@ data: # ZK Proof specific configuration # ############################################################################## - [zkp] + # [zk-prover] # Specify the proof generation capabilities. # Defines if the proof generation is active # Default: false - prover_active = false + # prover_active = false # Defines the path for the proving keys folders # Default: ".zkp" - prover_keys_path = "/home/nimiq/.zkp" #defaults to .zkp folder + # prover_keys_path = "/home/nimiq/.zkp" #defaults to .zkp folder ############################################################################## # @@ -268,7 +268,7 @@ data: fee_key = "nqwarm" voting_key = "nqhot" automatic_reactivate = true - + liveness.sh: | #!/bin/bash # create file if not exists diff --git a/k8s/node-history-configmap.yaml b/k8s/node-history-configmap.yaml index 8ecd192..71323ff 100644 --- a/k8s/node-history-configmap.yaml +++ b/k8s/node-history-configmap.yaml @@ -94,13 +94,13 @@ data: # ZK Proof specific configuration # ############################################################################## - [zkp] + # [zkp] # Specify the proof generation capabilities. # Defines if the proof generation is active # Default: false - prover_active = false + # prover_active = false # Defines the path for the proving keys folders # Default: ".zkp"