diff --git a/docs/source/node-services.rst b/docs/source/node-services.rst index d62edd2548..b63dbfc942 100644 --- a/docs/source/node-services.rst +++ b/docs/source/node-services.rst @@ -209,10 +209,8 @@ NodeAttachmentService The ``NodeAttachmentService`` provides an implementation of the ``AttachmentStorage`` interface exposed on the ``ServiceHub`` allowing transactions to add documents, copies of the contract code and binary -data to transactions. The data is persisted to the local file system -inside the attachments subfolder of the node workspace. The service is -also interfaced to by the web server, which allows files to be uploaded -via an HTTP post request. +data to transactions. The service is also interfaced to by the web server, +which allows files to be uploaded via an HTTP post request. Flow framework and event scheduling services -------------------------------------------- diff --git a/docs/source/resources/node-architecture.png b/docs/source/resources/node-architecture.png index cfc8b22cf7..7004cda149 100644 Binary files a/docs/source/resources/node-architecture.png and b/docs/source/resources/node-architecture.png differ diff --git a/docs/source/upgrade-notes.rst b/docs/source/upgrade-notes.rst index 3f6444d497..0040c48e05 100644 --- a/docs/source/upgrade-notes.rst +++ b/docs/source/upgrade-notes.rst @@ -220,6 +220,8 @@ Miscellaneous apps would not typically select random, unknown counterparties from the network map based on self-declared capabilities. We will introduce a replacement for this functionality, business networks, in a future release. + For now, your should retrieve the service by legal name using ``NetworkMapCache.getNodeByLegalName``. + Gotchas ^^^^^^^