hyperledger / fabric-sdk-py

Hyperledger Fabric Python SDK
https://fabric-sdk-py.readthedocs.io/en/latest/
Apache License 2.0
408 stars 201 forks source link

Change the chaincode lifecycle to make it compatible with fabric v2.x #164

Closed RohanShrothrium closed 6 months ago

RohanShrothrium commented 2 years ago

Signed-off-by: Rohan Shrothrium rohan.shrothrium@intellecteu.com

RohanShrothrium commented 2 years ago

Hi @dexhunter and @yeasy! I am raising this PR as a starting point to making our codebase compatible with the v2.x. This can be a template and can be considered as a draft for changing the whole chaincode lifecycle.

Let me know your thoughts on this. Thanks!

yeasy commented 2 years ago

Hi @dexhunter and @yeasy! I am raising this PR as a starting point to making our codebase compatible with the v2.x. This can be a template and can be considered as a draft for changing the whole chaincode lifecycle.

Let me know your thoughts on this. Thanks!

@RohanShrothrium sure, each pr should make the CI happy. And it will be better to explain the design and implementation in the commit msg.