frostfs-node/pkg/innerring
Alex Vanin 6848a816f9 [#355] innerring: Refactor block timer constructors
This small refactoring adds `blocktimer.go` file with
all timer related function and constructors. This way
we can create all timers in one place (at the end of
innerring.Server constructor).

To do that we had to move timer reset into global
server state so it can be accessed by netmap
processor.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-01-29 11:23:37 +03:00
..
invoke [#355] innerring: Add fee to NoFee wrappers 2021-01-29 11:23:37 +03:00
processors [#355] innerring: Add fee to NoFee wrappers 2021-01-29 11:23:37 +03:00
timers [#326] ir/timers: Remove println from unit test 2021-01-29 11:04:30 +03:00
audit.go [#355] innerring: Refactor block timer constructors 2021-01-29 11:23:37 +03:00
bindings.go [#324] ir: Measure GAS emission intervals in sidechain blocks 2021-01-29 11:04:30 +03:00
blocktimer.go [#355] innerring: Refactor block timer constructors 2021-01-29 11:23:37 +03:00
innerring.go [#355] innerring: Refactor block timer constructors 2021-01-29 11:23:37 +03:00
rpc.go [#326] ir: Calculate audit settlements on new epoch 2021-01-29 11:04:30 +03:00
state.go [#355] innerring: Refactor block timer constructors 2021-01-29 11:23:37 +03:00