frostfs-node/pkg/innerring/processors/netmap
Alex Vanin f2562e8c47 [#486] innerring: Use fee provider and notary disabled flag in processors
Processors that use `invoke` package to make chain invocation should provide
fee config and client with enabled or disabled notary support. If notary
support is disabled, then functions from `invoke` package will perform
ordinary method invocation with extra fee.

Processors that use `morph/client` wrappers should check `notaryDisabled`
flag to call corresponding wrapper function.

Netmap processor omits some actions during validator syncronization
if notary is disabled.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-05 12:45:16 +03:00
..
nodevalidation/locode [#397] ir: Make UN-LOCODE attribute of the network map candidate optional 2021-02-25 14:36:11 +03:00
cleanup_table.go [#132] Use SDK defined netmap structure in cleanup table 2020-11-02 10:52:52 +03:00
cleanup_table_test.go [#155] Update neofs-api-go with refactored pkg/netmap 2020-11-06 09:55:05 +03:00
handlers.go [#324] ir: Measure epochs in sidechain blocks 2021-01-29 11:04:30 +03:00
internal_events.go [#132] Add internal event to process cleanup 2020-11-02 10:52:52 +03:00
process_cleanup.go [#486] innerring: Use fee provider and notary disabled flag in processors 2021-05-05 12:45:16 +03:00
process_epoch.go [#486] innerring: Use fee provider and notary disabled flag in processors 2021-05-05 12:45:16 +03:00
process_peers.go [#486] innerring: Use fee provider and notary disabled flag in processors 2021-05-05 12:45:16 +03:00
processor.go [#486] innerring: Use fee provider and notary disabled flag in processors 2021-05-05 12:45:16 +03:00