-
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-2060] Transmit chaincodePath during deployment
We need to transmit the chaincode path to the peer now that the peer builds our dockerfile. The path is used for GOLANG chaincode to understand the package that must be compiled. In addition, packageChaincode() now produces a tar.gz that contains the 'src/<package name>' directory structure instead of the flattened files as before. Fixes FAB-2060 Change-Id: Iff55c481fe0caf1061d61d51ea57fcf9b73a8222 Signed-off-by: Greg Haskins <[email protected]> Signed-off-by: Jim Zhang <[email protected]>
- Loading branch information
1 parent
0fd7d2c
commit dfbf9be
Showing
3 changed files
with
84 additions
and
22 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