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

Update to adopt fabric-gateway model #153

Open dexhunter opened 3 years ago

dexhunter commented 3 years ago

Fabric-rfcs describes the Fabric Gateway Feature and we can build based on the source code It will be officially supported in HLF v2.4.

dexhunter commented 3 years ago

cc @KivenChen

jeriox commented 5 months ago

Support for gateway would be much appreciated :)

dexhunter commented 5 months ago

@jeriox yes, I am wondering to write a project proposal for adding python support for fabric-gateway, are you interested in co-supervising/mentoring the project?

jeriox commented 5 months ago

@dexhunter unfortunately not, I just need it for my thesis and don't have the capacity to help out here

dexhunter commented 5 months ago

@jeriox No problem. I think I will first update python sdk to support fabric 2.4 and then check with others to see if we can add python support for fabric-proto. By the way, just wondering what's your use case for the python sdk?

jeriox commented 1 month ago

@jeriox No problem. I think I will first update python sdk to support fabric 2.4 and then check with others to see if we can add python support for fabric-proto.

were you able to make any progress so far?

By the way, just wondering what's your use case for the python sdk?

I have a lot of existing code dealing with the data that I store in hyperledger fabric that is only available in python. I wanted to save myself the effort of migrating the code to another language or passing the processed data around before actually storing it