frostfs-node/pkg
Alex Vanin 2456873473 [#522] network: Add host address stringer
network.Address is a wrapper around multiaddress. Multiaddress
can be resolved to ip netaddr with `IPAddrString` function:
  /dns4/localhost/tcp/8080 => 127.0.0.1:8080
With `HostAddrString` multi address will be transformed to
host address:
  /dns4/localhost/tcp8080 => localhost:8080

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-05-18 12:07:00 +03:00
..
core [#399] object/fmt: Fix test for tombstone epoch expiration 2021-02-19 16:20:10 +03:00
innerring Update neofs-api-go to v1.26.0 2021-05-10 09:45:11 +03:00
local_object_storage [#472] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#520] Update neo-go to pre N3 testnet RC2 compatible version 2021-05-17 10:20:08 +03:00
network [#522] network: Add host address stringer 2021-05-18 12:07:00 +03:00
policy [#410] pkg/policy: Parse strings in filter key 2021-02-25 11:57:26 +03:00
services [#527] reputation: Fix EigenTrust algorithm 2021-05-18 10:29:25 +03:00
util [#493] Refactor serving of prometheus and pprof services 2021-05-12 10:46:17 +03:00