-
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-1357 simpl. cc API param passing using a ctxt obj
https://jira.hyperledger.org/browse/FAB-1357 List of parameters to many of the chaincode APIs is growing . chaincode name . chain ID . version (needed for upgrade) . Proposal . txid Before getting into the meat of upgrade, simplify the APIs using a CCContext structure. In addition to cleaning and simplifying APIs, this will make the upgrade CR easier to follow Change-Id: Ic7ea5f4e082d347cda3072fc2e39077006d866c1 Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
- Loading branch information
Srinivasan Muralidharan
committed
Dec 12, 2016
1 parent
ce296d2
commit 7f51840
Showing
14 changed files
with
334 additions
and
180 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.