frostfs-node/cmd/neofs-node
Alex Vanin 16f13bc0a5 [#522] Use HostAddrString as RPC endpoint instead of IPAddrString
To enable TLS support we can't operate with IP addresses directly.
Certificates are issued with host names so it is required to
pass them into RPC client. DNS resolving should be done by transport
layer and not be a part of node. Therefore `IPAddrString` usage is
removed from code.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +03:00
..
reputation [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
accounting.go [#493] node: Do not add fee in smart contract calls 2021-05-13 19:29:10 +03:00
attributes.go [#362] cmd/node: Use const key to UN/LOCODE attribute from the API lib 2021-02-11 14:01:35 +03:00
cache.go [#441] cmd/neofs-node: Don't update access time in ttlNetCache 2021-03-23 20:19:16 +03:00
config.go [#493] node: Remove unused worker pools for reading object operations 2021-05-13 19:29:10 +03:00
container.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
control.go [#401] control: Serve DropObjects RPC 2021-02-24 13:07:53 +03:00
grpc.go [#493] node: Abolish non-usable gRPC server configurations 2021-05-13 19:29:10 +03:00
main.go [#492] node: Never go offline on application shutdown 2021-05-13 19:29:10 +03:00
metrics.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
morph.go [#493] node: Make list of main chain's RPC endpoints optional 2021-05-14 11:02:16 +03:00
netmap.go [#493] node: Abolish re-bootstrap configurations 2021-05-13 19:29:10 +03:00
object.go [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00
pprof.go [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00
reputation.go Update neofs-api-go to v1.26.0 2021-05-10 09:45:11 +03:00
session.go [#83] services: Remove setting of meta header from executing services 2020-10-23 10:54:48 +03:00
timers.go [#479] cmd/neofs-node: Add eigen trust block timer 2021-04-19 09:35:54 +03:00
worker.go [#108] cmd/neofs-node: Listen new epoch notifications from morph 2020-10-21 14:42:51 +03:00