-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-1453 Use Identity class in User.js
the new Identity class abstracts out the management of certificates and signature verification capabilities, as well as relationship to MSP implementations. The User class needs to use the Identity class to manage serialization (to send certificates to peers along with signatures) and signature verification The following tests can successfully run with the latest fabric: - endorser-tests.js - end-to-end.js (step1, step2) Change-Id: Ida531d565f985937aeca736832bc33ab29ca475d Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
- Loading branch information
1 parent
669acce
commit 17635eb
Showing
8 changed files
with
160 additions
and
168 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.