frostfs-node/pkg/innerring/processors/netmap
Alex Vanin 7e06d0aa69 [#1253] ir: Call UpdateStateIR method to remove dead storage node
Alphabet nodes in notary enabled environment cannot call `UpdateState`
method to remove unwanted storage nodes from the network map,
because this method checks witness of the storage node.

To force storage node state update, alphabet nodes should invoke
new method `UpdateStateIR` which is similar to `AddPeerIR`.

State update initiated by the storage node itself is processed
the same way as before -- alphabet nods resign such transaction.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-03-24 11:52:19 +03:00
..
nodevalidation [#1238] Adopt neofs-ir for non pointer slices in SDK 2022-03-16 15:29:31 +03:00
cleanup_table.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
cleanup_table_test.go *: replace neofs-api-go with neofs-sdk-go 2021-11-12 17:29:09 +03:00
handlers.go [#973] ir: Listen and process Put/Delete events of Subnet contract 2021-11-28 16:15:18 +03:00
internal_events.go [#971] *: Add notification TX hash to neofs/netmap morph client calls 2021-11-19 09:58:03 +03:00
process_cleanup.go [#1253] ir: Call UpdateStateIR method to remove dead storage node 2022-03-24 11:52:19 +03:00
process_epoch.go [#625] client/container: remove intermediate wrapper 2022-02-08 09:43:54 +03:00
process_peers.go [#1253] ir: Update AddPeer method name for notary enabled env 2022-03-24 11:52:19 +03:00
processor.go [#625] client/container: remove intermediate wrapper 2022-02-08 09:43:54 +03:00