[#176] Add makefile target to set homomorphic hash disabled flag

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
nightly
Alex Vanin 2022-05-16 11:34:07 +03:00 committed by Alex Vanin
parent 4e861d89af
commit c28d105a8f
1 changed files with 4 additions and 0 deletions

View File

@ -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