-
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-5899] unable to use signed install package
The check for detecting if a chaincode lifecycle operation (install instantiate or upgrade) was on a Java chaincode was expecting a ChaincodeDeploymentSpec (currently only form supported by SDKs). This prevented signed packages installed from CLI from working. This is good to get working in anticipation of full future adoption by SDKs. Change-Id: Iead28f60e13e16048cd01464bd471e9c4d6e4d05 Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com> (cherry picked from commit 6ffdc30) Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
c4c977d
commit 5f853da
Showing
2 changed files
with
26 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