-
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-1992] Move configtx signatures to envelope
https://jira.hyperledger.org/browse/FAB-1992 The current configtx scheme is a collection of signed configuration items. This has the benefit of being very flexible, allowing a submitter to collect signatures from one set of parties for one set of items, a second set of signatures from a second set of parties for a second set of items, and then glue them together, and submit a valid reconfiguration. However, this flexibility comes at the expense of requiring more signatures, and the added complexity does not seem worth the added flexibility. This CR moves the signatures to the envelope level, but maintains the per item policy evaluation. This is a step on the way towards: https://jira.hyperledger.org/browse/FAB-1880 Which will improve the administrative process even further. Change-Id: Iae35ed8ac5577603666de9d79a50d51509ad2d45 Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Feb 5, 2017
1 parent
7359eac
commit f8e86df
Showing
25 changed files
with
376 additions
and
755 deletions.
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
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
Oops, something went wrong.