frostfs-node/cmd/neofs-node
Leonard Lyubich e500efb9b3 [#957] services/reputation: Refactor usage of NeoFS API client
The client needs of the Reputation service are limited and change not often.
Interface changes of the client library should not affect the operation of
various service packages, if they do not change their requirements for
the provided functionality. To localize the use of the base client and
facilitate further support, an auxiliary package is implemented that will
only be used by the Reputation service.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-11-03 18:30:09 +03:00
..
config [#877] config/engine: use default section for shards 2021-10-28 15:04:14 +03:00
reputation [#957] services/reputation: Refactor usage of NeoFS API client 2021-11-03 18:30:09 +03:00
accounting.go [#607] cmd/node: Serve gRPC on multiple interfaces 2021-06-28 15:52:50 +03:00
attributes.go [#577] cmd/node: Use new config for node configuration 2021-06-02 13:28:15 +03:00
cache.go [#811] cmd/node: Use cache invalidator in container service 2021-09-13 14:50:18 +03:00
config.go [#674] object/put: Use pseudo worker pool for local operations 2021-10-14 10:20:39 +03:00
container.go [#872] services/container: Ignore passed routes in load router 2021-10-05 19:29:27 +03:00
control.go [#607] cmd/node: Empty Control server address as disable 2021-06-28 15:52:50 +03:00
grpc.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
main.go [#815] node: Make notary deposit before bootstrap 2021-09-13 14:50:52 +03:00
metrics.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
morph.go [#873] node: Use dynamic notary deposit duration 2021-10-15 12:22:25 +03:00
netmap.go [#937] node: Init node state before gRPC server start 2021-10-22 15:05:00 +03:00
object.go [#943] service/object: Remove KeyStore from CommonPrm 2021-10-27 20:25:25 +03:00
pprof.go [#745] node: Add more debug logs on shutdown 2021-08-05 14:44:05 +03:00
reputation.go [#812] cmd/neofs-node: Support notary notifications in reputation service 2021-09-13 14:51:07 +03:00
session.go [#607] cmd/node: Serve gRPC on multiple interfaces 2021-06-28 15:52:50 +03:00
timers.go [#873] node: Delete useless notary timer 2021-10-15 12:22:25 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00