forked from TrueCloudLab/frostfs-dev-env
[#176] Add makefile target to set homomorphic hash disabled flag
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
4e861d89af
commit
c28d105a8f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue