fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Uber chaincode

Open binhn opened this issue 9 years ago • 2 comments

Reorganizing functions that relates to chaincode into a system chaincode (called uber chaincode) so that additional abstraction may be associated with the functions. For example, one may perform access control on chaincode life-cycle functions.

The uber chaincode implements all functions that are part of a transaction to a user-chaincode, including deploy, invoke, query, upgrade, and terminate. These functions are currently part of the peer.

Related #1132 and #1127

binhn avatar Apr 18 '16 03:04 binhn

The estimate of 3 is for implementing the chaincode with Deploy, Query and Invoke functions. Upgrade is not there today and needs investigation.

muralisrini avatar Apr 19 '16 20:04 muralisrini

can we get a pointer to or add more information is this issue which describes the purpose, function and how-to of the uber chaincode design?

mastersingh24 avatar May 06 '16 12:05 mastersingh24