frostfs-node/cmd
Leonard Lyubich 28fb8c971c [#428] cmd/node: Overload client constructor for Object service
There is a need to track the results of Object interactions with the remote
peers during node's lifetime. Each successful operation should increment the
number of satisfactory interactions with the remote peer, and the failed
ones, on the contrary, decrement. Collected numbers of satisfactory
interactions are going to be used for calculation of the normalized local
trust values according to original EigenTrust algorithm.

Implement wrapper over local trust storage that calls `Update` method on it
with the result of any object operation. The wrapper provides interface of
the remote client constructor. It is used as a `ClientConstructor` component
in Object service server of the app.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-03-24 10:11:52 +03:00
..
neofs-cli [#425] Adapt the Client's refactoring to the interface 2021-03-17 15:00:37 +03:00
neofs-ir [#416] innerring: Add gas threshold 2021-03-19 13:57:58 +03:00
neofs-node [#428] cmd/node: Overload client constructor for Object service 2021-03-24 10:11:52 +03:00