@@ -157,33 +157,43 @@ Organizations:
157
157
# ###############################################################################
158
158
Capabilities :
159
159
# Channel capabilities apply to both the orderers and the peers and must be
160
- # supported by both. Set the value of the capability to true to require it.
161
- Global : &ChannelCapabilities
160
+ # supported by both.
161
+ # Set the value of the capability to true to require it.
162
+ Channel : &ChannelCapabilities
162
163
# V1.3 for Channel is a catchall flag for behavior which has been
163
- # determined to be desired for all orderers and peers running < v1.3.0,
164
- # but the modification of which would cause incompatibilities. Users
165
- # should leave this flag set to true.
164
+ # determined to be desired for all orderers and peers running at the v1.3.x
165
+ # level, but which would be incompatible with orderers and peers from
166
+ # prior releases.
167
+ # Prior to enabling V1.3 channel capabilities, ensure that all
168
+ # orderers and peers on a channel are at v1.3.0 or later.
166
169
V1_3 : true
167
170
168
171
# Orderer capabilities apply only to the orderers, and may be safely
169
- # manipulated without concern for upgrading peers. Set the value of the
170
- # capability to true to require it.
172
+ # used with prior release peers.
173
+ # Set the value of the capability to true to require it.
171
174
Orderer : &OrdererCapabilities
172
- # V1.1 for Order is a catchall flag for behavior which has been
173
- # determined to be desired for all orderers running v1.0.x, but the
174
- # modification of which would cause incompatibilities. Users should
175
- # leave this flag set to true.
175
+ # V1.1 for Orderer is a catchall flag for behavior which has been
176
+ # determined to be desired for all orderers running at the v1.1.x
177
+ # level, but which would be incompatible with orderers from prior releases.
178
+ # Prior to enabling V1.1 orderer capabilities, ensure that all
179
+ # orderers on a channel are at v1.1.0 or later.
176
180
V1_1 : true
177
181
178
182
# Application capabilities apply only to the peer network, and may be safely
179
- # manipulated without concern for upgrading orderers. Set the value of the
180
- # capability to true to require it.
183
+ # used with prior release orderers.
184
+ # Set the value of the capability to true to require it.
181
185
Application : &ApplicationCapabilities
182
- # V1.1 for Application is a catchall flag for behavior which has been
183
- # determined to be desired for all peers running v1.0.x, but the
184
- # modification of which would cause incompatibilities. Users should
185
- # leave this flag set to true.
186
- V1_2 : true
186
+ # V1.3 for Application enables the new non-backwards compatible
187
+ # features and fixes of fabric v1.3.
188
+ V1_3 : true
189
+ # V1.2 for Application enables the new non-backwards compatible
190
+ # features and fixes of fabric v1.2 (note, this need not be set if
191
+ # later version capabilities are set)
192
+ V1_2 : false
193
+ # V1.1 for Application enables the new non-backwards compatible
194
+ # features and fixes of fabric v1.1 (note, this need not be set if
195
+ # later version capabilities are set).
196
+ V1_1 : false
187
197
188
198
# ###############################################################################
189
199
#
0 commit comments