mirror of
https://github.com/corda/corda.git
synced 2025-06-23 09:25:36 +00:00
Retire HostAndPort (#962)
* Don't attempt to parse a resolved InetSocketAddress toString * A mock node isn't reachable via an address
This commit is contained in:
@ -12,7 +12,7 @@ UNRELEASED
|
||||
* ``PhysicalLocation`` was renamed to ``WorldMapLocation`` to emphasise that it doesn't need to map to a truly physical
|
||||
location of the node server.
|
||||
* Slots for multiple IP addresses and ``legalIdentitiesAndCert``s were introduced. Addresses are no longer of type
|
||||
``SingleMessageRecipient``, but of ``HostAndPort``.
|
||||
``SingleMessageRecipient``, but of ``NetworkHostAndPort``.
|
||||
|
||||
* ``ServiceHub.storageService`` has been removed. ``attachments`` and ``validatedTransactions`` are now direct members of
|
||||
``ServiceHub``.
|
||||
|
Reference in New Issue
Block a user