From c28d105a8f62c6acf5becf952c72a02749cd4122 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 16 May 2022 11:34:07 +0300 Subject: [PATCH] [#176] Add makefile target to set homomorphic hash disabled flag Signed-off-by: Alex Vanin --- neofs_config.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofs_config.mk b/neofs_config.mk index 2cac697..8f164d1 100644 --- a/neofs_config.mk +++ b/neofs_config.mk @@ -35,6 +35,10 @@ update.eigen_trust_alpha: update.basic_income_rate: @./bin/config.sh int BasicIncomeRate $(val) +# Update homomorphic hashing disabled flag (make update.homomorphic_hashing_disable val=true) +update.homomorphic_hashing_disable: + @./bin/config.sh bool HomomorphicHashingDisabled $(val) + # Tick new epoch in side chain tick.epoch: @./bin/tick.sh