You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments