-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-1107 Implement enroll function to work with COP
Note: Work in progress but wanted to submit for review This change set introduces a new member services client implementation for communcating with the new Fabric COP server. Currently the only API implemented is enroll Made this impl the default from utils.getMemberService() Save and load certificates in PEM format. Needs a change in endorser.go to take PEM instead of DER. Fixed headless tests Merged patch 7 with patch 6 Change-Id: Ib5d0cb32391f30dc20fb8779cbcc615400c6a7b6 Signed-off-by: Gari Singh <[email protected]> Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
de02901
commit 223d769
Showing
15 changed files
with
1,633 additions
and
8 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
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.