frostfs-node/pkg/innerring/processors
Leonard Lyubich 68565d9617 [#938] ir/netmap: Call AddPeer method if existing candidate was updated
In previous implementation IR handler of `AddPeer` notification didn't send
registration to contract if existing peer changed has changed its
information. as a consequence, the network map members could not update the
information without going into offline.

Change `processAddPeer` handler to check if
  * candidate in the network map is a brand new
  * or information about the network map member was changed
and call `AddPeer` method if so.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-10 18:05:30 +03:00
..
alphabet [#807] ir: Merge ContractProcessor and NotaryContractProcessor interfaces 2021-09-09 18:37:45 +03:00
audit [#946] ir: Refactor usage of NeoFS API client 2021-11-01 11:41:57 +03:00
balance [#627] ir: Read addresses of contracts from the client wrappers 2021-09-30 14:47:04 +03:00
container [#907] container/put: Work with named containers 2021-10-18 11:54:34 +03:00
governance [#867] governance: Add more logs of the alphabet and inner ring lists 2021-09-30 13:56:34 +03:00
neofs [#807] ir: Merge ContractProcessor and NotaryContractProcessor interfaces 2021-09-09 18:37:45 +03:00
netmap [#938] ir/netmap: Call AddPeer method if existing candidate was updated 2021-11-10 18:05:30 +03:00
reputation [#627] ir: Read addresses of contracts from the client wrappers 2021-09-30 14:47:04 +03:00
settlement [#562] cmd/neofs-ir: use NEP-6 wallet for keys 2021-06-15 14:49:59 +03:00