-
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.
Fix issue installing chaincode package
Client.installChaincode is supposed to support installing both from source (which creates a chaincode package behind the scenes) as well as installing an existing package. The code was wrapping an existing package as as a ChaincodeDeploymentSpec rather than just using the package bytes directly when invoking install. This fixes that issue and adds a unit test as well. Fixes FABN-855 Change-Id: Ie8d5b7205e6248600bd80188169871d871702a9e Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
36710ae
commit 117a00f
Showing
4 changed files
with
175 additions
and
129 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