fabric-sdk-py
fabric-sdk-py copied to clipboard
Hyperledger Fabric Python SDK
error
why info me: not find the configtxgen and the configtx is empty? Can I use this in WinSYS? ```bash create ca with name=ca-org1 create ca with name=ca-org2 Import orderers =...
The farbic-py-sdk is unable to build on CentOS 8.0. While processing dependencies for fabric-py-sdk==0.9.0, the build looks for cryptography>=1.9 and ends up on version 3.4.7. The corresponding setup.py throws a...
pip-audit found one or more problems Name Version ID Fix Versions Description ------------ ------- ------------------- ------------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- cryptography 2.8 PYSEC-2021-62 3.2.1 python-cryptography 3.2 is vulnerable to Bleichenbacher timing attacks in...
Dear developer,when i run the lifecycle_test.py,everything is OK,the test has complete,but here are some logs like a warning. "No config file found", "localHost :NONE" I don't know where I'm going...
I recently started learning fabric and wrote [a small demo](https://github.com/JessKXWL/python-fabric-demo), but there were errors when uploading data using postman. When I upload the following data, the code will not make...
Signed-off-by: Rohan Shrothrium
Otherwise, it will report ModuleNotFoundError: No module named 'hfc'. Close #158 Change-Id: I113b395623a6d5d6a629e36362765720291d964f Signed-off-by: Baohua Yang
Hello, I have built and run the following code and an error has occurred, I hope you can answer it. (Code and error message below) Thank you very much ...
[Fabric-rfcs](https://hyperledger.github.io/fabric-rfcs/text/0000-fabric-gateway.html) describes the Fabric Gateway Feature and we can build based on [the source code](https://github.com/hyperledger/fabric-gateway) It will be officially supported in HLF v2.4.
Looks like the sdk currently supports asyncio. Is it possible to add support for [trio](https://github.com/python-trio/trio)? That would be very helpful for trio users.