-
- Downloads
FAB-9729 Make VMCProcess non-package scoped
The chaincode package has already been reworked to reference the
VMCProcess function as an interface method. This CR simply modifies the
container package to make the VMCProcess function a method of
VMController and exposes a constructor for creating the VMController.
Change-Id: Ib08e77ece59b30d2564db065197782513c18d6d6
Signed-off-by:
Jason Yellick <jyellick@us.ibm.com>
Showing
- core/chaincode/chaincode_support.go 2 additions, 2 deletionscore/chaincode/chaincode_support.go
- core/chaincode/chaincode_support_test.go 1 addition, 0 deletionscore/chaincode/chaincode_support_test.go
- core/chaincode/container_runtime.go 0 additions, 8 deletionscore/chaincode/container_runtime.go
- core/chaincode/container_runtime_test.go 0 additions, 20 deletionscore/chaincode/container_runtime_test.go
- core/chaincode/exectransaction_test.go 1 addition, 0 deletionscore/chaincode/exectransaction_test.go
- core/chaincode/systemchaincode_test.go 2 additions, 0 deletionscore/chaincode/systemchaincode_test.go
- core/container/controller.go 18 additions, 15 deletionscore/container/controller.go
- core/container/controller_test.go 47 additions, 149 deletionscore/container/controller_test.go
- core/scc/cscc/configure_test.go 2 additions, 0 deletionscore/scc/cscc/configure_test.go
- peer/node/start.go 2 additions, 0 deletionspeer/node/start.go
Loading
Please register or sign in to comment