From 39b5018a01925adf44084fbe7399d4b35c54911e Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 2 Jun 2021 16:13:13 +0300 Subject: [PATCH] [#84] Implement tick.epoch make target `make tick.epoch` target transfers the NeoFS environment to the next epoch. Signed-off-by: Leonard Lyubich --- neofs_config.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/neofs_config.mk b/neofs_config.mk index 59e58a6..1b12e70 100644 --- a/neofs_config.mk +++ b/neofs_config.mk @@ -21,3 +21,9 @@ update.eigen_trust_iterations: # Update basic income rate in fixed 12 (make update.basic_income_rate val=1000) update.basic_income_rate: @./bin/config.sh BasicIncomeRate $(val) + +# Tick new epoch in side chain +tick.epoch: +# UnusedGlobalVariable is passed as argument to +# provoke epoch change without any changes in `bin/*`. + @./bin/config.sh UnusedGlobalVariable 0