fabric-docs-i18n icon indicating copy to clipboard operation
fabric-docs-i18n copied to clipboard

[ja_JP] Architecture Reference / Defining capability requirements

Open shimos opened this issue 2 years ago • 0 comments

Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/capability_requirements.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/capability_requirements.rst

diff --git a/docs/source/capability_requirements.rst b/docs/source/capability_requirements.rst
index 6be355fd1..95d196911 100644
--- a/docs/source/capability_requirements.rst
+++ b/docs/source/capability_requirements.rst
@@ -1,6 +1,14 @@
 Defining capability requirements
 ================================
 
+.. note:: This topic describes a network that does not use a "system channel", a
+          channel that the ordering service is bootstrapped with and the ordering
+          service exclusively controls. Since the release of v2.3, using a system
+          channel is now considered the legacy process as compared to the process
+          to :doc:`create_channel/create_channel_participation`. For a version of this topic that
+          includes information about the system channel, check out
+          `Capability requirements <https://hyperledger-fabric.readthedocs.io/en/release-2.2/capability_requirements.html>`_ from the v2.2 documentation.
+
 As discussed in :doc:`capabilities_concept`, capability requirements are defined
 per channel in the channel configuration (found in the channel’s most recent
 configuration block). The channel configuration contains three locations, each
@@ -27,11 +35,6 @@ reconfiguration).
 .. note:: For more information about how to update a channel configuration, check
           out :doc:`config_update`.
 
-Because new channels copy the configuration of the ordering system channel by
-default, new channels will automatically be configured to work with the orderer
-and channel capabilities of the ordering system channel and the application
-capabilities specified by the channel creation transaction.
-
 Capabilities in an Initial Configuration
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -42,8 +45,5 @@ for each capability type (Channel, Orderer, and Application).
 Note that there is a ``Capabilities`` section defined at the root level (for the channel
 capabilities), and at the Orderer level (for orderer capabilities).
 
-When defining the orderer system channel there is no Application section, as those
-capabilities are defined during the creation of an application channel.
-
 .. Licensed under Creative Commons Attribution 4.0 International License
    https://creativecommons.org/licenses/by/4.0/

shimos avatar Sep 28 '23 00:09 shimos