You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-6141] Add more flexible channel create helper
The original channel creation tx generation code assumes that no
modifications have been made to the organization definitions in the
ordering system channel. For longer running systems this assumption may
not hold.
Consequently, a new function which accepts the ordering system channel's
config is required so that it can set the correct versions for the
organization's in the channel creation transaction. This CR adds this
new function.
Change-Id: Iebeb247bbea5c688a14c6133f793373da7357c9b
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
// NewChannelCreateConfigUpdate generates a ConfigUpdate which can be sent to the orderer to create a new channel. Optionally, the channel group of the
279
+
// ordering system channel may be passed in, and the resulting ConfigUpdate will extract the appropriate versions from this file.
0 commit comments