frostfs-node/pkg/innerring
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
..
config [#486] innerring: Add fee configuration 2021-05-05 12:45:16 +03:00
invoke [#486] innerring: Use fee provider interface in `invoke` package 2021-05-05 12:45:16 +03:00
processors [#522] Use `HostAddrString` as RPC endpoint instead of `IPAddrString` 2021-05-18 12:07:00 +03:00
timers [#479] morph/timer: Move block timer to morph package 2021-04-19 09:35:54 +03:00
alphabet.go [#392] ir/alphabet: Rename constant corresponding to I/izhei letter 2021-02-24 19:16:52 +03:00
bindings.go [#324] ir: Measure GAS emission intervals in sidechain blocks 2021-01-29 11:04:30 +03:00
blocktimer.go [#486] innerring: Add option to disable only main chain notary support 2021-05-05 12:45:16 +03:00
indexer.go [#446] innerring: Use less mutex locks in indexer 2021-03-26 11:53:10 +03:00
innerring.go [#486] innerring: Add option to disable only main chain notary support 2021-05-05 12:45:16 +03:00
locode.go [#316] locode/boltdb: Replace all references to the City with Location 2021-02-10 14:05:03 +03:00
notary.go [#486] innerring: Add option to disable only main chain notary support 2021-05-05 12:45:16 +03:00
rpc.go [#522] Use `HostAddrString` as RPC endpoint instead of `IPAddrString` 2021-05-18 12:07:00 +03:00
settlement.go [#486] innerring: Adopt disabled notary work flow 2021-05-05 12:45:16 +03:00
state.go [#486] innerring: Adopt disabled notary work flow 2021-05-05 12:45:16 +03:00