-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9851] Enable PvtChanData by default in v1.2
In v1.1, the private data feature within a channel is an experimental feature. Hence, one needs to set privateChannelData capability in config tx to enable it. In v1.2, private data feature is enabled by default, i.e., non-experimental. As a result, privateChannelData() capability API in v1.2 should return (privateChannelData || v1.2) to support rolling upgrades. In v1.3, we can remove the privateChannelData capability flag. Change-Id: I9f1adbe87b8bab1d98b89602cca410fba18aba86 Signed-off-by: senthil <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters