@@ -125,31 +125,43 @@ Organizations:
125
125
# ###############################################################################
126
126
Capabilities :
127
127
# Channel capabilities apply to both the orderers and the peers and must be
128
- # supported by both. Set the value of the capability to true to require it.
129
- Global : &ChannelCapabilities
128
+ # supported by both.
129
+ # Set the value of the capability to true to require it.
130
+ Channel : &ChannelCapabilities
130
131
# V1.3 for Channel is a catchall flag for behavior which has been
131
- # determined to be desired for all orderers and peers running < v1.3.0,
132
- # but the modification of which would cause incompatibilities. Users
133
- # should leave this flag set to true.
132
+ # determined to be desired for all orderers and peers running at the v1.3.x
133
+ # level, but which would be incompatible with orderers and peers from
134
+ # prior releases.
135
+ # Prior to enabling V1.3 channel capabilities, ensure that all
136
+ # orderers and peers on a channel are at v1.3.0 or later.
134
137
V1_3 : true
135
138
136
139
# Orderer capabilities apply only to the orderers, and may be safely
137
- # manipulated without concern for upgrading peers. Set the value of the
138
- # capability to true to require it.
140
+ # used with prior release peers.
141
+ # Set the value of the capability to true to require it.
139
142
Orderer : &OrdererCapabilities
140
- # V1.1 for Order is a catchall flag for behavior which has been
141
- # determined to be desired for all orderers running v1.0.x, but the
142
- # modification of which would cause incompatibilities. Users should
143
- # leave this flag set to true.
143
+ # V1.1 for Orderer is a catchall flag for behavior which has been
144
+ # determined to be desired for all orderers running at the v1.1.x
145
+ # level, but which would be incompatible with orderers from prior releases.
146
+ # Prior to enabling V1.1 orderer capabilities, ensure that all
147
+ # orderers on a channel are at v1.1.0 or later.
144
148
V1_1 : true
145
149
146
150
# Application capabilities apply only to the peer network, and may be safely
147
- # manipulated without concern for upgrading orderers. Set the value of the
148
- # capability to true to require it.
151
+ # used with prior release orderers.
152
+ # Set the value of the capability to true to require it.
149
153
Application : &ApplicationCapabilities
150
- # V1.2 for Application enables the new non-backwards compatible
151
- # features and fixes of fabric v1.3
154
+ # V1.3 for Application enables the new non-backwards compatible
155
+ # features and fixes of fabric v1.3.
152
156
V1_3 : true
157
+ # V1.2 for Application enables the new non-backwards compatible
158
+ # features and fixes of fabric v1.2 (note, this need not be set if
159
+ # later version capabilities are set)
160
+ V1_2 : false
161
+ # V1.1 for Application enables the new non-backwards compatible
162
+ # features and fixes of fabric v1.1 (note, this need not be set if
163
+ # later version capabilities are set).
164
+ V1_1 : false
153
165
154
166
# ###############################################################################
155
167
#
0 commit comments